18 lines
650 B
XML
18 lines
650 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="match_parent">
|
|
|
|
<com.yunbao.common.custom.DrawableTextView
|
|
android:id="@+id/name"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginStart="8dp"
|
|
android:layout_marginEnd="8dp"
|
|
android:gravity="center_vertical"
|
|
android:text="@string/live_wrap"
|
|
android:textStyle="bold"
|
|
android:textColor="@color/white"
|
|
android:textSize="16sp" />
|
|
|
|
</LinearLayout> |