From 32da55f5687fcaa9e0b3d9ea5b12c6920435659b Mon Sep 17 00:00:00 2001 From: itgaojian Date: Tue, 10 Oct 2023 15:48:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E9=A6=96=E9=A1=B5=E9=80=9A?= =?UTF-8?q?=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++-- oamodule/src/main/res/layout/fragment_oa_main.xml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7b6d0e6..1899c45 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/oamodule/src/main/res/layout/fragment_oa_main.xml b/oamodule/src/main/res/layout/fragment_oa_main.xml index 1b5d8fc..12b47f0 100644 --- a/oamodule/src/main/res/layout/fragment_oa_main.xml +++ b/oamodule/src/main/res/layout/fragment_oa_main.xml @@ -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"