versionName 1.26.0, versionCode 138

This commit is contained in:
klaus 2025-01-09 05:32:32 +09:00
parent 7d2bed2c8a
commit d860cd0552
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ android {
applicationId "kr.co.vividnext.sodalive" applicationId "kr.co.vividnext.sodalive"
minSdk 23 minSdk 23
targetSdk 34 targetSdk 34
versionCode 137 versionCode 138
versionName "1.26.0" versionName "1.26.0"
} }

View File

@ -203,7 +203,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@color/black" android:background="@color/black"
android:visibility="visible"> android:visibility="gone">
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
@ -259,8 +259,8 @@
android:id="@+id/tv_result_x" android:id="@+id/tv_result_x"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="center"
android:layout_marginVertical="40dp" android:layout_marginVertical="40dp"
android:gravity="center"
android:text="검색 결과가 없습니다." /> android:text="검색 결과가 없습니다." />
</LinearLayout> </LinearLayout>
</androidx.core.widget.NestedScrollView> </androidx.core.widget.NestedScrollView>