From 21e38bfe17d3077d7ab0e05ee065f59547536692 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期二, 03 十二月 2024 10:33:19 +0800
Subject: [PATCH] 1.添加当前巡检状态的功能。 2.修复工单界面刷新已完成列表导致未完成列表数据被清除的bug
---
app/src/main/res/layout/activity_change_pass_word.xml | 24 +++++++++++-------------
1 files changed, 11 insertions(+), 13 deletions(-)
diff --git a/app/src/main/res/layout/activity_change_pass_word.xml b/app/src/main/res/layout/activity_change_pass_word.xml
index cbd933c..517952b 100644
--- a/app/src/main/res/layout/activity_change_pass_word.xml
+++ b/app/src/main/res/layout/activity_change_pass_word.xml
@@ -6,12 +6,10 @@
android:background="@color/bg_color"
android:orientation="vertical">
- <com.dayu.pipirrapp.view.TitleBar
+ <include
android:id="@+id/title"
- android:layout_width="match_parent"
- android:layout_height="45dp"
- android:layout_alignParentTop="true"
- app:centerText="淇敼瀵嗙爜" />
+ layout="@layout/top_title" />
+
<EditText
@@ -25,9 +23,12 @@
<TextView
android:layout_width="match_parent"
- android:layout_height="wrap_content"
+ android:layout_height="40dp"
+ android:gravity="bottom"
+ android:paddingLeft="20dp"
+ android:paddingBottom="3dp"
android:textColor="@color/grey"
-
+ android:text="瀵嗙爜涓�6-12浣嶆暟瀛楁垨瀛楁瘝"
/>
<EditText
@@ -51,17 +52,14 @@
<TextView
android:layout_width="match_parent"
android:layout_height="@dimen/item_height"
- android:background="@drawable/ic_blue_background"
- android:gravity="center"
- android:layout_marginRight="40dp"
android:layout_marginLeft="40dp"
android:layout_marginTop="100dp"
+ android:layout_marginRight="40dp"
+ android:background="@drawable/ic_blue_background"
+ android:gravity="center"
android:text="淇� 鏀�"
android:textColor="@color/white"
android:textSize="@dimen/common_btn_text_size" />
-
-
-
</LinearLayout>
\ No newline at end of file
--
Gitblit v1.8.0