From 754063ec4a78fd80e9db6db12b3bb74653cddf7f Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期三, 02 四月 2025 09:59:37 +0800
Subject: [PATCH] fix : 默认手机号
---
app/src/main/res/layout/fragment_notifications.xml | 50 +++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 47 insertions(+), 3 deletions(-)
diff --git a/app/src/main/res/layout/fragment_notifications.xml b/app/src/main/res/layout/fragment_notifications.xml
index d0b76ad..e176684 100644
--- a/app/src/main/res/layout/fragment_notifications.xml
+++ b/app/src/main/res/layout/fragment_notifications.xml
@@ -110,7 +110,7 @@
android:id="@+id/tv_vip_expire"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textColor="#FFD700"
+ android:textColor="#F2F2F2"
android:textSize="14sp"/>
</LinearLayout>
@@ -120,7 +120,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:text="续费畅享更多会员权益"
- android:textColor="#B8741A"
+ android:textColor="#F0DCBF"
android:textSize="12sp"
android:textStyle="bold"/>
</LinearLayout>
@@ -131,7 +131,7 @@
android:layout_height="wrap_content"
android:backgroundTint="#7A441E"
android:text="立即续费"
- android:textColor="#FFFFFF" />
+ android:textColor="#F0DCBF" />
</LinearLayout>
</androidx.cardview.widget.CardView>
@@ -156,6 +156,50 @@
android:paddingHorizontal="8dp"
android:paddingVertical="4dp">
+<!-- <!– 会员 –>-->
+<!-- <RelativeLayout-->
+<!-- android:id="@+id/memberVip"-->
+<!-- style="@style/PluginPay"-->
+<!-- android:padding="16dp">-->
+
+<!-- <TextView-->
+<!-- android:layout_width="wrap_content"-->
+<!-- android:layout_height="wrap_content"-->
+<!-- android:layout_centerVertical="true"-->
+<!-- android:text="会员"-->
+<!-- android:textColor="@android:color/black"-->
+<!-- android:textSize="16sp" />-->
+
+<!-- <ImageView-->
+<!-- android:layout_width="24dp"-->
+<!-- android:layout_height="24dp"-->
+<!-- android:layout_alignParentEnd="true"-->
+<!-- android:layout_centerVertical="true"-->
+<!-- android:src="@drawable/right_forward" />-->
+<!-- </RelativeLayout>-->
+
+<!-- <!– 支付 –>-->
+<!-- <RelativeLayout-->
+<!-- android:id="@+id/payPlugin"-->
+<!-- style="@style/PluginPay"-->
+<!-- android:padding="16dp">-->
+
+<!-- <TextView-->
+<!-- android:layout_width="wrap_content"-->
+<!-- android:layout_height="wrap_content"-->
+<!-- android:layout_centerVertical="true"-->
+<!-- android:text="支付"-->
+<!-- android:textColor="@android:color/black"-->
+<!-- android:textSize="16sp" />-->
+
+<!-- <ImageView-->
+<!-- android:layout_width="24dp"-->
+<!-- android:layout_height="24dp"-->
+<!-- android:layout_alignParentEnd="true"-->
+<!-- android:layout_centerVertical="true"-->
+<!-- android:src="@drawable/right_forward" />-->
+<!-- </RelativeLayout>-->
+
<!-- 设置提醒 -->
<LinearLayout
android:id="@+id/layout_reminder"
--
Gitblit v1.9.3