From 454a84caa83c4ebc1b4c422f10166bddfb0e03ec Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期四, 21 九月 2023 21:53:30 +0800 Subject: [PATCH] 1、修复添加按钮消失问题\n2、修改家族导图\n3、新增便捷添加功能\n4、新增修改头像功能\n5、个人财产增加搜索条件 --- app/src/main/res/layout/pop_operate_home_root_net.xml | 71 ----------------------------------- 1 files changed, 0 insertions(+), 71 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..55172ab 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 @@ -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