blob: 7e335377dc11a50446af797bc420dcd78d6d12bb [file] [log] [blame]
<?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>