11 lines
384 B
XML
11 lines
384 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<TextView
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginBottom="8dp"
|
||
|
android:text="@string/live_no_black"
|
||
|
android:textColor="@color/gray1"
|
||
|
android:textSize="14sp"
|
||
|
android:layout_centerInParent="true"
|
||
|
/>
|