<?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:background="@drawable/bg_grey_4dp"
|
android:text="青秀区"
|
android:textSize="13sp"
|
android:textColor="@color/textColor"
|
android:paddingTop="5dp"
|
android:paddingBottom="5dp"
|
android:paddingStart="14dp"
|
android:paddingEnd="14dp">
|
|
</TextView>
|