From 610a2aedd505bb4d8fb29f0bc6741ced74218bb0 Mon Sep 17 00:00:00 2001
From: lmw <125975490@qq.com>
Date: 星期二, 12 十一月 2024 13:46:37 +0800
Subject: [PATCH] fix bugs

---
 app/src/main/res/layout/fragment_mine.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app/src/main/res/layout/fragment_mine.xml b/app/src/main/res/layout/fragment_mine.xml
index 5ef5466..8fd79e9 100644
--- a/app/src/main/res/layout/fragment_mine.xml
+++ b/app/src/main/res/layout/fragment_mine.xml
@@ -113,10 +113,10 @@
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:text="升级为会员,解锁会员专属体验"
-                app:layout_constraintBottom_toBottomOf="@id/bg_vip"
+                app:layout_constraintBottom_toTopOf="@id/tv_vip"
                 app:layout_constraintStart_toStartOf="@id/bg_vip"
                 android:layout_marginStart="19dp"
-                android:layout_marginBottom="17dp"
+                android:layout_marginBottom="4dp"
                 android:textColor="@color/darkGreen"
                 android:textSize="10sp"/>
             <TextView
@@ -125,8 +125,8 @@
                 android:layout_height="wrap_content"
                 android:text="你还未开通会员服务"
                 app:layout_constraintBottom_toBottomOf="@id/bg_vip"
-                app:layout_constraintEnd_toEndOf="@id/bg_vip"
-                android:layout_margin="18dp"
+                app:layout_constraintStart_toStartOf="@id/tv_describe"
+                android:layout_marginBottom="18dp"
                 android:textColor="@color/darkGreen"
                 android:textSize="8sp"/>
             <TextView
@@ -246,7 +246,7 @@
                         app:layout_constraintBottom_toBottomOf="parent"
                         android:layout_marginBottom="25dp"
                         android:textSize="23sp"
-                        android:textColor="@color/textColor"/>
+                        android:textColor="@color/textColor66"/>
                     <TextView
                         android:layout_width="wrap_content"
                         android:layout_height="wrap_content"
@@ -254,7 +254,7 @@
                         app:layout_constraintStart_toEndOf="@id/tv_continue"
                         app:layout_constraintBaseline_toBaselineOf="@id/tv_continue"
                         android:textSize="11sp"
-                        android:textColor="@color/textColor"/>
+                        android:textColor="@color/textColor66"/>
                     <TextView
                         android:layout_width="wrap_content"
                         android:layout_height="wrap_content"
@@ -277,7 +277,7 @@
                         app:layout_constraintBottom_toBottomOf="parent"
                         android:layout_marginBottom="25dp"
                         android:textSize="23sp"
-                        android:textColor="@color/textColor"/>
+                        android:textColor="@color/textColor66"/>
                 </androidx.constraintlayout.widget.ConstraintLayout>
                 <LinearLayout
                     android:layout_width="match_parent"

--
Gitblit v1.7.1