Xml文件  |  20行  |  636 B

<?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="match_parent">

    <TextView
        android:id="@+id/no_osu"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="@string/no_osu"/>
    <ListView
        android:id="@+id/profile_list"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:divider="#1F000000"
        android:dividerHeight="1dp"
        android:padding="16dp" />

</LinearLayout>