From a44c47bc7f37245612635866adaddf5c98d41747 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期五, 16 八月 2024 11:03:49 +0800 Subject: [PATCH] 添加补打逻辑 联调修复bug --- qiheonlinelibrary/src/main/res/layout/activity_home_qhl.xml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 51 insertions(+), 2 deletions(-) diff --git a/qiheonlinelibrary/src/main/res/layout/activity_home_qhl.xml b/qiheonlinelibrary/src/main/res/layout/activity_home_qhl.xml index 7fadb46..5f0ed99 100644 --- a/qiheonlinelibrary/src/main/res/layout/activity_home_qhl.xml +++ b/qiheonlinelibrary/src/main/res/layout/activity_home_qhl.xml @@ -58,6 +58,55 @@ android:orientation="horizontal"> <TextView + android:id="@+id/home_loss" + android:layout_width="0dp" + android:layout_height="match_parent" + android:layout_weight="1" + android:gravity="center" + android:text="鎸傚け" + android:textColor="@color/text_selecter_color" + android:textSize="@dimen/home_text_size" /> + + <TextView + android:id="@+id/home_reportLoss" + android:layout_width="0dp" + android:layout_height="match_parent" + android:layout_weight="1" + android:gravity="center" + android:text="瑙i櫎鎸傚け" + android:textColor="@color/text_selecter_color" + android:textSize="@dimen/home_text_size" + android:visibility="gone" /> + + <TextView + android:id="@+id/home_replacement" + android:layout_width="0dp" + android:layout_height="match_parent" + android:layout_weight="1" + android:gravity="center" + android:text="琛ュ崱" + android:textColor="@color/text_selecter_color" + android:textSize="@dimen/home_text_size" /> + + <TextView + android:id="@+id/home_replacementWrite" + android:layout_width="0dp" + android:layout_height="match_parent" + android:layout_weight="1" + android:gravity="center" + android:text="娉垫湭鍏冲啓鍗�" + android:textColor="@color/text_selecter_color" + android:textSize="@dimen/home_text_size" /> + </LinearLayout> + + <LinearLayout + android:layout_width="match_parent" + android:layout_height="50dp" + android:layout_gravity="center" + android:layout_marginTop="30dp" + android:orientation="horizontal"> + + <TextView android:id="@+id/home_admin" android:layout_width="0dp" android:layout_height="match_parent" @@ -75,7 +124,8 @@ android:gravity="center" android:text="鍙傛暟璁剧疆" android:textColor="@color/text_selecter_color" - android:textSize="@dimen/home_text_size" /> + android:textSize="@dimen/home_text_size" + android:visibility="gone" /> <TextView android:id="@+id/home_my" @@ -87,7 +137,6 @@ android:textColor="@color/text_selecter_color" android:textSize="@dimen/home_text_size" /> </LinearLayout> - </LinearLayout> \ No newline at end of file -- Gitblit v1.8.0