From 2b11b80884fbdbc05bd8f8a76515616306a03a0a Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期一, 12 八月 2024 09:56:36 +0800 Subject: [PATCH] 齐河联网版程序除补卡相关逻辑 --- qiheonlinelibrary/src/main/res/layout/activity_manager_read_qhl.xml | 40 ++++++++++++++++++++++++++++++++++++---- 1 files changed, 36 insertions(+), 4 deletions(-) diff --git a/qiheonlinelibrary/src/main/res/layout/activity_manager_read_qhl.xml b/qiheonlinelibrary/src/main/res/layout/activity_manager_read_qhl.xml index 513ae23..8f0be95 100644 --- a/qiheonlinelibrary/src/main/res/layout/activity_manager_read_qhl.xml +++ b/qiheonlinelibrary/src/main/res/layout/activity_manager_read_qhl.xml @@ -10,7 +10,7 @@ android:layout_width="match_parent" android:layout_height="@dimen/dimen_title_height" android:background="@color/title_bar_bg" - app:centerText="璇诲彇鍗$墖" + app:centerText="鍒朵綔绠$悊鍗�" app:leftImage="@mipmap/icon_back" /> <ScrollView @@ -167,12 +167,34 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@id/titleBar" + android:layout_marginLeft="20dp" android:layout_marginTop="40dp" - android:gravity="center" - android:text="璇峰皢鐢ㄦ埛鏂板崱璐村湪璁惧涓婅繘琛岃鍗�" + android:layout_marginRight="20dp" + android:text="绗竴姝ワ細鍒峰崱鍒朵綔绠$悊鍗�" android:textColor="@color/red" - android:textSize="@dimen/big_text_size" /> + android:textSize="19sp" /> + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_below="@id/titleBar" + android:layout_marginLeft="20dp" + android:layout_marginTop="10dp" + android:layout_marginRight="20dp" + android:text="绗簩姝ワ細鍦ㄦ帶鍒跺櫒绔埛鍗�" + android:textColor="@color/red" + android:textSize="19sp" /> + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_below="@id/titleBar" + android:layout_marginLeft="20dp" + android:layout_marginTop="10dp" + android:layout_marginRight="20dp" + android:text="绗笁姝ワ細鐐瑰嚮涓嬩竴姝ユ寜閽浆鎹负鐢ㄦ埛鍗�" + android:textColor="@color/red" + android:textSize="19sp" /> <ImageView android:layout_width="match_parent" @@ -193,4 +215,14 @@ app:indicatorColor="@color/title_bg" app:indicatorName="BallClipRotatePulseIndicator" /> + <TextView + android:id="@+id/manager_next" + android:layout_width="match_parent" + android:layout_height="50dp" + android:layout_alignParentBottom="true" + android:background="@color/title_bg" + android:gravity="center" + android:text="涓嬩竴姝�" + android:textColor="#000000" + android:textSize="@dimen/new_card_size" /> </RelativeLayout> \ No newline at end of file -- Gitblit v1.8.0