修改关播页面英文显示问题
This commit is contained in:
parent
a01ddd310b
commit
bbd394044f
@ -411,6 +411,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="12dp"
|
android:layout_marginTop="12dp"
|
||||||
|
android:gravity="center"
|
||||||
android:text="@string/live_duration"
|
android:text="@string/live_duration"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="13.33sp" />
|
android:textSize="13.33sp" />
|
||||||
@ -436,6 +437,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="12dp"
|
android:layout_marginTop="12dp"
|
||||||
|
android:gravity="center"
|
||||||
android:text="@string/live_votes"
|
android:text="@string/live_votes"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="13.33sp" />
|
android:textSize="13.33sp" />
|
||||||
@ -464,6 +466,7 @@
|
|||||||
android:layout_marginTop="12dp"
|
android:layout_marginTop="12dp"
|
||||||
android:text="@string/live_watch_num"
|
android:text="@string/live_watch_num"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
|
android:gravity="center"
|
||||||
android:textSize="13.33sp" />
|
android:textSize="13.33sp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user