pop_list.xml
450 字节
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:id="@+id/text"
android:gravity="center"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_64"
android:textColor="#6C6C6C"
android:textSize="16sp" />
</LinearLayout>