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_annual_health_status.xml | 20 ++++----------------
1 files changed, 4 insertions(+), 16 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..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,12 +4,12 @@
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"
@@ -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