修改测试问题,shouye ytuijian

This commit is contained in:
18401019693 2022-08-10 18:10:36 +08:00
parent 8330d7f808
commit 788fc9faa0
2 changed files with 7 additions and 6 deletions

View File

@ -2,7 +2,7 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
<item> <item>
<shape android:shape="rectangle"> <shape android:shape="rectangle">
<corners android:radius="17dp" /> <corners android:radius="50dp" />
<solid android:color="#FFFD6052" /> <solid android:color="#FFFD6052" />
</shape> </shape>
</item> </item>

View File

@ -199,14 +199,15 @@
<LinearLayout <LinearLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content"> android:layout_height="wrap_content"
android:layout_marginBottom="3dp">
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="17dp" android:layout_marginTop="14dp"
android:text="@string/live_duration" android:text="@string/live_duration"
android:textColor="@color/white" android:textColor="#70ffffff"
android:textSize="13.33sp" /> android:textSize="13.33sp" />
<TextView <TextView
@ -215,7 +216,7 @@
android:layout_marginStart="2dp" android:layout_marginStart="2dp"
android:layout_marginTop="17dp" android:layout_marginTop="17dp"
android:text=":" android:text=":"
android:textColor="@color/white" android:textColor="#70ffffff"
android:textSize="13.33sp" /> android:textSize="13.33sp" />
<TextView <TextView
@ -224,7 +225,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="7dp" android:layout_marginStart="7dp"
android:layout_marginTop="17dp" android:layout_marginTop="17dp"
android:textColor="@color/white" android:textColor="#70ffffff"
android:textSize="13.33sp" /> android:textSize="13.33sp" />
</LinearLayout> </LinearLayout>