修改测试问题

This commit is contained in:
18401019693 2024-03-21 15:48:50 +08:00
parent 4fc021e866
commit faa401245f

View File

@ -19,9 +19,9 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="11dp" android:layout_marginStart="11dp"
android:layout_marginTop="60dp" android:layout_marginTop="60dp"
android:ellipsize="end"
android:maxWidth="200dp" android:maxWidth="200dp"
android:maxLines="1" android:maxLines="1"
android:ellipsize="end"
android:text="@string/be_their_exclusive_guardian" android:text="@string/be_their_exclusive_guardian"
android:textColor="#FAE3B9" android:textColor="#FAE3B9"
android:textSize="12sp" /> android:textSize="12sp" />
@ -34,73 +34,82 @@
android:layout_marginEnd="3dp" android:layout_marginEnd="3dp"
android:src="@mipmap/icon_king_guardian_medal_grey" /> android:src="@mipmap/icon_king_guardian_medal_grey" />
<FrameLayout
android:layout_width="93dp"
android:layout_height="28dp"
android:layout_gravity="bottom|end"
android:layout_marginEnd="8dp"
android:layout_marginBottom="48dp">
<ImageView
android:id="@+id/guard_open"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
android:src="@mipmap/icon_bg_star_guard_open" />
<com.flyjingfish.gradienttextviewlib.GradientTextView
android:id="@+id/god_guard"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:letterSpacing="0.1"
android:text="@string/not_yet_open"
android:textSize="12sp"
android:visibility="visible"
app:gradient_angle="45"
app:gradient_endColor="#FFF2D7"
app:gradient_startColor="#FFC179" />
</FrameLayout>
<LinearLayout <LinearLayout
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="bottom" android:layout_gravity="bottom"
android:layout_marginStart="16dp" android:orientation="horizontal">
android:layout_marginBottom="38dp"
android:gravity="center_vertical">
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginBottom="38dp"
android:layout_weight="1"
android:gravity="center_vertical">
<FrameLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/user_avatar"
android:layout_width="51dp"
android:layout_height="51dp"
android:layout_gravity="center_vertical"
android:layout_marginStart="35dp"
android:scaleType="centerCrop"
android:src="@mipmap/icon_male_default"
app:riv_oval="true" />
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/live_avatar"
android:layout_width="51dp"
android:layout_height="51dp"
android:layout_gravity="center_vertical"
android:scaleType="centerCrop"
android:src="@mipmap/icon_male_default"
app:riv_oval="true" />
</FrameLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="5dp"
android:text="@string/tas_guardian_group"
android:textColor="#FDECCB"
android:textSize="12sp" />
</LinearLayout>
<FrameLayout <FrameLayout
android:layout_width="wrap_content" android:layout_width="93dp"
android:layout_height="wrap_content"> android:layout_height="28dp"
android:layout_gravity="bottom|end"
android:layout_marginEnd="8dp"
android:layout_marginBottom="48dp">
<com.makeramen.roundedimageview.RoundedImageView <ImageView
android:id="@+id/user_avatar" android:id="@+id/guard_open"
android:layout_width="51dp" android:layout_width="match_parent"
android:layout_height="51dp" android:layout_height="match_parent"
android:layout_gravity="center_vertical"
android:layout_marginStart="35dp"
android:scaleType="centerCrop" android:scaleType="centerCrop"
android:src="@mipmap/icon_male_default" android:src="@mipmap/icon_bg_star_guard_open" />
app:riv_oval="true" />
<com.makeramen.roundedimageview.RoundedImageView <com.flyjingfish.gradienttextviewlib.GradientTextView
android:id="@+id/live_avatar" android:id="@+id/god_guard"
android:layout_width="51dp" android:layout_width="wrap_content"
android:layout_height="51dp" android:layout_height="wrap_content"
android:layout_gravity="center_vertical" android:layout_gravity="center"
android:scaleType="centerCrop" android:letterSpacing="0.1"
android:src="@mipmap/icon_male_default" android:text="@string/not_yet_open"
app:riv_oval="true" /> android:textSize="12sp"
android:visibility="visible"
app:gradient_angle="45"
app:gradient_endColor="#FFF2D7"
app:gradient_startColor="#FFC179" />
</FrameLayout> </FrameLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:maxWidth="150dp"
android:text="@string/tas_guardian_group"
android:textColor="#FDECCB"
android:textSize="12sp" />
</LinearLayout> </LinearLayout>
</FrameLayout> </FrameLayout>