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"