21 lines
768 B
XML
21 lines
768 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/tv_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/sel_line_ra_3"
|
|
android:clickable="true"
|
|
android:focusable="true"
|
|
android:paddingLeft="5dp"
|
|
android:paddingTop="3dp"
|
|
android:paddingRight="5dp"
|
|
android:paddingBottom="3dp"
|
|
tools:text="梅里斯达斡尔族区" />
|
|
</LinearLayout> |