From a2a1bd40089d81286f8257ca4c61ce49155b6af3 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期一, 09 十二月 2024 09:14:21 +0800 Subject: [PATCH] 1.详情界面显示已上传的图片并可放大查看 --- app/src/main/res/layout/fragment_my.xml | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_my.xml b/app/src/main/res/layout/fragment_my.xml index 25baa94..731f974 100644 --- a/app/src/main/res/layout/fragment_my.xml +++ b/app/src/main/res/layout/fragment_my.xml @@ -7,9 +7,16 @@ android:background="@color/bg_color"> - <include + + <TextView android:id="@+id/title" - layout="@layout/top_title" /> + android:layout_width="match_parent" + android:background="@color/title_color" + android:textSize="@dimen/title_center_text_size" + android:gravity="center" + android:text="鎴戠殑" + android:textColor="@color/white" + android:layout_height="@dimen/title_height"/> <View -- Gitblit v1.8.0