19 lines
612 B
XML
19 lines
612 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content">
|
||
|
|
||
|
<com.yunbao.common.custom.DrawableTextView
|
||
|
android:id="@+id/name"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="36dp"
|
||
|
android:gravity="center_vertical"
|
||
|
android:paddingLeft="20dp"
|
||
|
android:paddingRight="10dp"
|
||
|
android:text="@string/live_wrap"
|
||
|
android:textColor="@color/white"
|
||
|
android:textSize="14sp"
|
||
|
/>
|
||
|
|
||
|
</LinearLayout>
|