修改测试问题,shouye ytuijian
This commit is contained in:
parent
8330d7f808
commit
788fc9faa0
@ -2,7 +2,7 @@
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="17dp" />
|
||||
<corners android:radius="50dp" />
|
||||
<solid android:color="#FFFD6052" />
|
||||
</shape>
|
||||
</item>
|
||||
|
@ -199,14 +199,15 @@
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="3dp">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="17dp"
|
||||
android:layout_marginTop="14dp"
|
||||
android:text="@string/live_duration"
|
||||
android:textColor="@color/white"
|
||||
android:textColor="#70ffffff"
|
||||
android:textSize="13.33sp" />
|
||||
|
||||
<TextView
|
||||
@ -215,7 +216,7 @@
|
||||
android:layout_marginStart="2dp"
|
||||
android:layout_marginTop="17dp"
|
||||
android:text=":"
|
||||
android:textColor="@color/white"
|
||||
android:textColor="#70ffffff"
|
||||
android:textSize="13.33sp" />
|
||||
|
||||
<TextView
|
||||
@ -224,7 +225,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="7dp"
|
||||
android:layout_marginTop="17dp"
|
||||
android:textColor="@color/white"
|
||||
android:textColor="#70ffffff"
|
||||
android:textSize="13.33sp" />
|
||||
|
||||
</LinearLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user