version:1.2.9

update:
fix:屏蔽清除桌面缓存,增加首页显示自定义版本号
add:
This commit is contained in:
FHT
2021-04-21 11:04:30 +08:00
parent 79ea4abb18
commit 3bdfe21466
14 changed files with 224 additions and 39 deletions

View File

@@ -325,4 +325,14 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/linearLayout" />
<TextView
android:id="@+id/tv_customversion"
android:layout_width="wrap_content"
android:layout_marginRight="10dp"
android:layout_marginBottom="4dp"
android:layout_height="wrap_content"
android:textColor="@color/background_top"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>