Files
frameworks_base/packages/Osu/res/layout/activity_main.xml
Jan Nordqvist ee699a61a5 Hotspot 2.0 release 2 client app.
Change-Id: Ic8f93a3c9fede3f25c03b0153826ac5c49771b60
2016-02-05 17:35:09 -08:00

20 lines
636 B
XML

<?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>