From f278edbd3f0f809e4a3b59bf16d24c624a43f98d Mon Sep 17 00:00:00 2001 From: 张钢 <floatgang@163.com> Date: 星期四, 12 九月 2024 14:38:08 +0800 Subject: [PATCH] 修改了国籍和民族字段反转的问题 --- app/src/main/res/layout/pop_annual_health_status.xml | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 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 6e41204..8da2c30 100644 --- a/app/src/main/res/layout/pop_annual_health_status.xml +++ b/app/src/main/res/layout/pop_annual_health_status.xml @@ -4,26 +4,29 @@ android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content" - app:cardBackgroundColor="#FFFAD1E0" + app:cardBackgroundColor="?attr/popupWindowBackgroundColor" app:cardCornerRadius="10dp" app:cardElevation="0dp" > <LinearLayout - android:layout_width="118dp" + android:layout_width="85dp" android:layout_height="wrap_content" android:orientation="vertical" android:gravity="center" > - <TextView - android:id="@+id/tv_annual_health_status" + <androidx.appcompat.widget.AppCompatTextView + android:id="@+id/tv_edit" android:layout_width="wrap_content" android:layout_height="30dp" android:gravity="center" - android:text="骞村害鍋ュ悍鎯呭喌" + android:text="缂栬緫" android:textColor="#FF333333" android:textSize="12sp" - android:layout_marginHorizontal="10dp" + app:drawableStartCompat="@drawable/ic_modify" + android:drawablePadding="5dp" /> + + </LinearLayout> </androidx.cardview.widget.CardView> \ No newline at end of file -- Gitblit v1.9.1