隐藏首页通知

This commit is contained in:
itgaojian 2023-10-10 15:48:17 +08:00
parent 3d17dec33f
commit 32da55f568
2 changed files with 4 additions and 2 deletions

View File

@ -60,8 +60,8 @@ ext {
gMinSdkVersion = 19
gTargetSdkVersion = 30
//
gVersionCode = 2
gVersionName = '1.0.2'
gVersionCode = 3
gVersionName = '1.0.3'
//gVersionCode = 9
//gVersionName = '1.0.9'
gBuildToolsVersion = "29.0.2"

View File

@ -224,6 +224,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/blue_bg"
android:visibility="gone"
android:gravity="center_vertical"
android:paddingLeft="10dp"
android:paddingTop="6dp"
@ -241,6 +242,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:clickable="true"
android:ellipsize="marquee"
android:focusable="true"