隐藏首页通知
This commit is contained in:
parent
3d17dec33f
commit
32da55f568
@ -60,8 +60,8 @@ ext {
|
|||||||
gMinSdkVersion = 19
|
gMinSdkVersion = 19
|
||||||
gTargetSdkVersion = 30
|
gTargetSdkVersion = 30
|
||||||
//玉泉区司法局
|
//玉泉区司法局
|
||||||
gVersionCode = 2
|
gVersionCode = 3
|
||||||
gVersionName = '1.0.2'
|
gVersionName = '1.0.3'
|
||||||
//gVersionCode = 9
|
//gVersionCode = 9
|
||||||
//gVersionName = '1.0.9'
|
//gVersionName = '1.0.9'
|
||||||
gBuildToolsVersion = "29.0.2"
|
gBuildToolsVersion = "29.0.2"
|
||||||
|
@ -224,6 +224,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="@color/blue_bg"
|
android:background="@color/blue_bg"
|
||||||
|
android:visibility="gone"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:paddingLeft="10dp"
|
android:paddingLeft="10dp"
|
||||||
android:paddingTop="6dp"
|
android:paddingTop="6dp"
|
||||||
@ -241,6 +242,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginLeft="10dp"
|
android:layout_marginLeft="10dp"
|
||||||
|
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:ellipsize="marquee"
|
android:ellipsize="marquee"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
|
Loading…
Reference in New Issue
Block a user