From 092bf21368ea824e9dc22467166960219165dc00 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 21 二月 2025 17:32:59 +0800
Subject: [PATCH] 1.我的界面每个item添加点击效果。 2.更新本地数据添加二次确认。

---
 app/src/main/res/layout/fragment_my.xml |  140 ++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 114 insertions(+), 26 deletions(-)

diff --git a/app/src/main/res/layout/fragment_my.xml b/app/src/main/res/layout/fragment_my.xml
index ab21108..7b15501 100644
--- a/app/src/main/res/layout/fragment_my.xml
+++ b/app/src/main/res/layout/fragment_my.xml
@@ -6,19 +6,21 @@
     android:layout_height="match_parent"
     android:background="@color/bg_color">
 
-    <com.dayu.pipirrapp.view.TitleBar
+
+    <TextView
         android:id="@+id/title"
         android:layout_width="match_parent"
-        android:layout_height="45dp"
-        android:layout_alignParentTop="true"
-
-        app:centerText="涓汉涓績" />
-
+        android:layout_height="@dimen/title_height"
+        android:background="@color/title_color"
+        android:gravity="center"
+        android:text="鎴戠殑"
+        android:textColor="@color/white"
+        android:textSize="@dimen/title_center_text_size" />
 
     <View
 
         android:layout_width="match_parent"
-        android:layout_height="200dp"
+        android:layout_height="150dp"
         android:layout_below="@+id/title"
         android:background="@color/title_color" />
 
@@ -26,7 +28,7 @@
     <RelativeLayout
         android:id="@+id/headRL_top"
         android:layout_width="match_parent"
-        android:layout_height="190dp"
+        android:layout_height="150dp"
         android:layout_below="@+id/title"
         android:layout_marginLeft="25dp"
         android:layout_marginTop="25dp"
@@ -68,7 +70,7 @@
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:layout_marginTop="10dp"
-                android:text="18311594524"
+                android:text=""
                 android:textColor="@color/grey" />
         </LinearLayout>
 
@@ -77,19 +79,19 @@
 
 
     <RelativeLayout
-        android:id="@+id/headRL"
+        android:id="@+id/issueListRL"
         android:layout_width="match_parent"
         android:layout_height="@dimen/item_height"
+        android:background="@drawable/my_item_ripple"
         android:layout_below="@+id/headRL_top">
 
         <TextView
             android:layout_width="match_parent"
             android:layout_height="@dimen/item_height"
 
-            android:background="@color/white"
             android:gravity="center_vertical"
             android:paddingLeft="30dp"
-            android:text="澶村儚"
+            android:text="闂鍒楄〃"
             android:textColor="@color/black"
             android:textSize="@dimen/my_item_text_size" />
 
@@ -101,21 +103,21 @@
             android:layout_marginRight="15dp"
             android:src="@drawable/ic_right" />
     </RelativeLayout>
-
     <RelativeLayout
-        android:id="@+id/versionRL"
+        android:id="@+id/inspectListRL"
         android:layout_width="match_parent"
         android:layout_height="@dimen/item_height"
-        android:layout_below="@+id/headRL"
-        android:layout_marginTop="1dp">
+        android:layout_marginTop="1dp"
+        android:background="@drawable/my_item_ripple"
+        android:layout_below="@+id/issueListRL">
 
         <TextView
             android:layout_width="match_parent"
             android:layout_height="@dimen/item_height"
-            android:background="@color/white"
             android:gravity="center_vertical"
             android:paddingLeft="30dp"
-            android:text="褰撳墠鐗堟湰"
+            android:text="宸℃璁板綍"
+            android:layout_marginTop="1dp"
             android:textColor="@color/black"
             android:textSize="@dimen/my_item_text_size" />
 
@@ -129,13 +131,15 @@
     </RelativeLayout>
 
     <RelativeLayout
-        android:id="@+id/passwordRL"
+        android:id="@+id/changePSRL"
         android:layout_width="match_parent"
         android:layout_height="@dimen/item_height"
-        android:layout_below="@+id/versionRL"
+        android:background="@drawable/my_item_ripple"
+        android:layout_below="@+id/inspectListRL"
         android:layout_marginTop="1dp">
 
         <TextView
+            android:id="@+id/changePS"
             android:layout_width="match_parent"
             android:layout_height="@dimen/item_height"
 
@@ -154,22 +158,21 @@
             android:layout_marginRight="15dp"
             android:src="@drawable/ic_right" />
     </RelativeLayout>
-
     <RelativeLayout
-        android:id="@+id/loginOutRL"
+        android:id="@+id/refreshDataRL"
         android:layout_width="match_parent"
         android:layout_height="@dimen/item_height"
-        android:layout_below="@+id/passwordRL"
+        android:background="@drawable/my_item_ripple"
+        android:layout_below="@+id/changePSRL"
         android:layout_marginTop="1dp">
 
         <TextView
+            android:id="@+id/refreshDataTV"
             android:layout_width="match_parent"
             android:layout_height="@dimen/item_height"
-
-            android:background="@color/white"
             android:gravity="center_vertical"
             android:paddingLeft="30dp"
-            android:text="閫�鍑虹櫥褰�"
+            android:text="鏇存柊鏈湴鏁版嵁"
             android:textColor="@color/black"
             android:textSize="@dimen/my_item_text_size" />
 
@@ -181,5 +184,90 @@
             android:layout_marginRight="15dp"
             android:src="@drawable/ic_right" />
     </RelativeLayout>
+    <RelativeLayout
+        android:id="@+id/cleanDataRL"
+        android:layout_width="match_parent"
+        android:layout_height="@dimen/item_height"
+        android:background="@drawable/my_item_ripple"
+        android:layout_below="@+id/refreshDataRL"
+        android:layout_marginTop="1dp">
+
+        <TextView
+            android:id="@+id/cleanData"
+            android:layout_width="match_parent"
+            android:layout_height="@dimen/item_height"
+            android:gravity="center_vertical"
+            android:paddingLeft="30dp"
+            android:text="娓呴櫎缂撳瓨"
+            android:textColor="@color/black"
+            android:textSize="@dimen/my_item_text_size" />
+
+        <ImageView
+            android:layout_width="25dp"
+            android:layout_height="25dp"
+            android:layout_alignParentRight="true"
+            android:layout_centerVertical="true"
+            android:layout_marginRight="15dp"
+            android:src="@drawable/ic_right" />
+    </RelativeLayout>
+
+    <RelativeLayout
+        android:id="@+id/loginOutRL"
+        android:layout_width="match_parent"
+        android:layout_height="@dimen/item_height"
+        android:background="@drawable/my_item_ripple"
+        android:layout_below="@+id/cleanDataRL"
+        android:layout_marginTop="1dp">
+
+        <TextView
+            android:layout_width="match_parent"
+            android:layout_height="@dimen/item_height"
+
+            android:gravity="center_vertical"
+            android:paddingLeft="30dp"
+            android:text="閫�鍑虹櫥褰�"
+            android:textColor="@color/black"
+            android:textSize="@dimen/my_item_text_size" />
+
+        <ImageView
+            android:id="@+id/loginOutBtn"
+            android:layout_width="25dp"
+            android:layout_height="25dp"
+            android:layout_alignParentRight="true"
+            android:layout_centerVertical="true"
+            android:layout_marginRight="15dp"
+            android:src="@drawable/ic_right" />
+    </RelativeLayout>
+
+    <RelativeLayout
+        android:id="@+id/versionRL"
+        android:layout_width="match_parent"
+        android:layout_height="@dimen/item_height"
+        android:background="@drawable/my_item_ripple"
+        android:layout_below="@+id/loginOutRL"
+        android:layout_marginTop="1dp">
+
+        <TextView
+            android:layout_width="match_parent"
+            android:layout_height="@dimen/item_height"
+            android:gravity="center_vertical"
+            android:paddingLeft="30dp"
+            android:text="褰撳墠鐗堟湰"
+            android:textColor="@color/black"
+            android:textSize="@dimen/my_item_text_size" />
+
+
+        <TextView
+            android:id="@+id/versionText"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_alignParentRight="true"
+            android:layout_centerVertical="true"
+            android:layout_marginRight="25dp"
+            android:text="v1.0"
+            android:textColor="@color/text_color"
+            android:textSize="15sp" />
+    </RelativeLayout>
+
 
 </RelativeLayout>
\ No newline at end of file

--
Gitblit v1.8.0