From 596d0bcbacd8dde70f0bbcfdf07db5cf694220ef Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期三, 08 一月 2025 09:33:20 +0800
Subject: [PATCH] 1.修复上传文件取消上传还会上传bug 2.添加上传视频功能 3.添加关闭activity时关闭上传功能。
---
app/src/main/res/layout/fragment_my.xml | 23 ++++++++++++++---------
1 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/app/src/main/res/layout/fragment_my.xml b/app/src/main/res/layout/fragment_my.xml
index 25baa94..636d209 100644
--- a/app/src/main/res/layout/fragment_my.xml
+++ b/app/src/main/res/layout/fragment_my.xml
@@ -7,9 +7,15 @@
android:background="@color/bg_color">
- <include
+ <TextView
android:id="@+id/title"
- layout="@layout/top_title" />
+ android:layout_width="match_parent"
+ 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
@@ -64,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>
@@ -73,7 +79,7 @@
<RelativeLayout
- android:id="@+id/headRL"
+ android:id="@+id/issueListRL"
android:layout_width="match_parent"
android:layout_height="@dimen/item_height"
android:layout_below="@+id/headRL_top">
@@ -81,11 +87,10 @@
<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" />
@@ -103,7 +108,7 @@
android:id="@+id/passwordRL"
android:layout_width="match_parent"
android:layout_height="@dimen/item_height"
- android:layout_below="@+id/headRL"
+ android:layout_below="@+id/issueListRL"
android:layout_marginTop="1dp">
<TextView
@@ -153,6 +158,7 @@
android:layout_marginRight="15dp"
android:src="@drawable/ic_right" />
</RelativeLayout>
+
<RelativeLayout
android:id="@+id/loginOutRL"
android:layout_width="match_parent"
@@ -180,6 +186,7 @@
android:layout_marginRight="15dp"
android:src="@drawable/ic_right" />
</RelativeLayout>
+
<RelativeLayout
android:id="@+id/versionRL"
android:layout_width="match_parent"
@@ -198,7 +205,6 @@
android:textSize="@dimen/my_item_text_size" />
-
<TextView
android:id="@+id/versionText"
android:layout_width="wrap_content"
@@ -210,7 +216,6 @@
android:textColor="@color/text_color"
android:textSize="15sp" />
</RelativeLayout>
-
</RelativeLayout>
\ No newline at end of file
--
Gitblit v1.8.0