versionName 1.26.0, versionCode 138
This commit is contained in:
parent
7d2bed2c8a
commit
d860cd0552
|
@ -35,7 +35,7 @@ android {
|
|||
applicationId "kr.co.vividnext.sodalive"
|
||||
minSdk 23
|
||||
targetSdk 34
|
||||
versionCode 137
|
||||
versionCode 138
|
||||
versionName "1.26.0"
|
||||
}
|
||||
|
||||
|
|
|
@ -203,7 +203,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/black"
|
||||
android:visibility="visible">
|
||||
android:visibility="gone">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
@ -259,8 +259,8 @@
|
|||
android:id="@+id/tv_result_x"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:layout_marginVertical="40dp"
|
||||
android:gravity="center"
|
||||
android:text="검색 결과가 없습니다." />
|
||||
</LinearLayout>
|
||||
</androidx.core.widget.NestedScrollView>
|
||||
|
|
Loading…
Reference in New Issue