From 63608b5dca9eebb6fa2cb1a8652b395f1d910c3e Mon Sep 17 00:00:00 2001
From: 张钢 <floatgang@163.com>
Date: 星期一, 02 九月 2024 13:52:17 +0800
Subject: [PATCH] 对新接口进行了适配
---
app/src/main/res/layout/pop_operate_home_root_net.xml | 60 ++----------------------------------------------------------
1 files changed, 2 insertions(+), 58 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 0d7f4f3..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,63 +15,6 @@
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"
@@ -80,6 +23,7 @@
android:textColor="#FF333333"
android:textSize="12sp"
/>
+
</LinearLayout>
</androidx.cardview.widget.CardView>
\ No newline at end of file
--
Gitblit v1.9.1