15 lines
521 B
XML
15 lines
521 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:id="@+id/tv_name"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginEnd="8dp"
|
||
|
|
android:background="@drawable/bg_r16_2b2935"
|
||
|
|
android:paddingStart="12dp"
|
||
|
|
android:paddingTop="6dp"
|
||
|
|
android:paddingEnd="12dp"
|
||
|
|
android:paddingBottom="6dp"
|
||
|
|
android:text="麦位1"
|
||
|
|
android:textColor="@color/white"
|
||
|
|
android:textSize="12sp" />
|