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_operate_home_root_net.xml | 73 ------------------------------------ 1 files changed, 1 insertions(+), 72 deletions(-) diff --git a/app/src/main/res/layout/pop_operate_home_root_net.xml b/app/src/main/res/layout/pop_operate_home_root_net.xml index 0a306a5..f757234 100644 --- a/app/src/main/res/layout/pop_operate_home_root_net.xml +++ b/app/src/main/res/layout/pop_operate_home_root_net.xml @@ -4,7 +4,7 @@ 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" > @@ -15,81 +15,10 @@ android:gravity="center_horizontal" > <TextView - android:id="@+id/tv_first" - android:layout_width="match_parent" - android:layout_height="32dp" - android:gravity="center" - android:text="鍙樉绀虹涓�浠�" - android:textColor="#FF333333" - android:textSize="12sp" - /> - <View - android:layout_width="match_parent" - android:layout_height="0.3dp" - android:background="#FF939393" - /> - <TextView - android:id="@+id/tv_second" - android:layout_width="match_parent" - android:layout_height="32dp" - android:text="鏄剧ず鑷崇浜屼唬" - android:gravity="center" - android:textColor="#FF333333" - android:textSize="12sp" - /> - <View - android:layout_width="match_parent" - android:layout_height="0.3dp" - android:background="#FF939393" - /> - - <TextView - android:id="@+id/tv_third" - android:layout_width="match_parent" - android:layout_height="32dp" - android:text="鏄剧ず鑷崇涓変唬" - android:gravity="center" - android:textColor="#FF333333" - android:textSize="12sp" - /> - <View - android:layout_width="match_parent" - android:layout_height="0.3dp" - android:background="#FF939393" - /> - <TextView - android:id="@+id/tv_all" - android:layout_width="match_parent" - android:layout_height="32dp" - android:text="鏄剧ず鍏ㄩ儴" - android:gravity="center" - android:textColor="#FF333333" - android:textSize="12sp" - /> - <View - android:layout_width="match_parent" - android:layout_height="0.3dp" - android:background="#FF939393" - /> - <TextView android:id="@+id/tv_family" android:layout_width="match_parent" android:layout_height="32dp" android:text="瀹惰氨" - android:gravity="center" - android:textColor="#FF333333" - android:textSize="12sp" - /> - <View - android:layout_width="match_parent" - android:layout_height="0.3dp" - android:background="#FF939393" - /> - <TextView - android:id="@+id/tv_relation" - android:layout_width="match_parent" - android:layout_height="32dp" - android:text="瀹舵棌鍏崇郴" android:gravity="center" android:textColor="#FF333333" android:textSize="12sp" -- Gitblit v1.9.1