<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout
|
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
|
android:layout_marginTop="14dp"
|
android:layout_height="wrap_content">
|
|
<TextView
|
android:id="@+id/tv_select_number_str"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="1号"
|
android:layout_centerInParent="true"
|
android:paddingStart="17dp"
|
android:gravity="center"
|
android:background="@drawable/gray_slelect_num"
|
android:paddingEnd="17dp"
|
android:paddingTop="6dp"
|
android:paddingBottom="6dp"
|
android:textColor="@color/text_gray_car"
|
android:textSize="10sp"
|
/>
|
|
</RelativeLayout>
|