2016-07-19 17:39:21 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<ListView
|
|
|
|
android:id="@android:id/list"
|
|
|
|
android:layout_width="match_parent"
|
2016-07-19 21:58:03 +02:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:divider="@null"
|
|
|
|
android:dividerHeight="0dp"
|
|
|
|
android:drawSelectorOnTop="true"/>
|
2016-07-19 17:39:21 +02:00
|
|
|
|
|
|
|
</LinearLayout>
|