檢查版本更新,版本號,清除緩存

This commit is contained in:
hch
2023-10-23 17:59:37 +08:00
parent 64fb7de187
commit 3189b39b97
4 changed files with 68 additions and 27 deletions

View File

@@ -7,7 +7,6 @@
<include layout="@layout/view_title_custom" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"

View File

@@ -270,6 +270,7 @@
</LinearLayout>
<LinearLayout
android:id="@+id/clearCaChe"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
@@ -289,11 +290,14 @@
android:layout_height="1dp"
android:layout_weight="1" />
<ImageView
android:layout_width="17dp"
android:layout_height="30dp"
android:layout_marginEnd="26.33dp"
android:src="@mipmap/icon_arrow_right" />
<TextView
android:id="@+id/cacheSize"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="25dp"
android:layout_marginEnd="10dp"
android:textColor="#8E7DDF"
android:textSize="16sp" />
</LinearLayout>
@@ -373,15 +377,19 @@
android:layout_height="1dp"
android:layout_weight="1" />
<ImageView
android:layout_width="17dp"
android:layout_height="30dp"
android:layout_marginEnd="26.33dp"
android:src="@mipmap/icon_arrow_right" />
<TextView
android:id="@+id/versionCode"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="25dp"
android:layout_marginEnd="10dp"
android:textColor="#1E1F20"
android:textSize="16sp" />
</LinearLayout>
<LinearLayout
android:id="@+id/checkVersion"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="12dp"