From ecaf8069072e71db4bff94671e72764b211d6af1 Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期四, 26 十月 2023 00:43:51 +0800 Subject: [PATCH] 功能完善 --- app/src/main/res/layout/pop_annual_health_status.xml | 18 +++--------------- 1 files changed, 3 insertions(+), 15 deletions(-) diff --git a/app/src/main/res/layout/pop_annual_health_status.xml b/app/src/main/res/layout/pop_annual_health_status.xml index 123389f..5df77f0 100644 --- a/app/src/main/res/layout/pop_annual_health_status.xml +++ b/app/src/main/res/layout/pop_annual_health_status.xml @@ -9,7 +9,7 @@ app:cardElevation="0dp" > <LinearLayout - android:layout_width="118dp" + android:layout_width="85dp" android:layout_height="wrap_content" android:orientation="vertical" android:gravity="center" @@ -25,20 +25,8 @@ app:drawableStartCompat="@drawable/ic_modify" android:drawablePadding="5dp" /> - <View - android:layout_width="match_parent" - android:layout_height="0.3dp" - android:background="#FF939393" - /> - <androidx.appcompat.widget.AppCompatTextView - android:id="@+id/tv_annual_health_status" - android:layout_width="wrap_content" - android:layout_height="30dp" - android:gravity="center" - android:text="浣撴鎴栫湅鐥�" - android:textColor="#FF333333" - android:textSize="12sp" - /> + + </LinearLayout> </androidx.cardview.widget.CardView> \ No newline at end of file -- Gitblit v1.9.1