소스 검색

1.包头项目

JaycePC 2 주 전
부모
커밋
2e2b83a936
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/build.gradle
  2. 1 0
      app/src/main/res/layout/activity_home.xml

+ 1 - 1
app/build.gradle

@@ -19,7 +19,7 @@ android {
         minSdk 31
         targetSdk 35
         versionCode 2
-        versionName "2.13"
+        versionName "1.0"
 
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         room {

+ 1 - 0
app/src/main/res/layout/activity_home.xml

@@ -301,6 +301,7 @@
             android:id="@+id/eBook"
             android:layout_width="match_parent"
             android:layout_height="52dp"
+            android:visibility="gone"
             android:layout_marginBottom="10dp"
             android:background="@mipmap/img_bg_kclb"
             app:layout_constraintBottom_toTopOf="@id/singIn"