2015-10-28 19:57:06 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-04-28 09:28:21 +02:00
|
|
|
<ListView
|
|
|
|
android:id="@android:id/list"
|
|
|
|
style="@style/OsmandListView"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:divider="@null"/>
|