OsmAnd/OsmAnd/res/layout/download_search_items_list.xml

12 lines
387 B
XML
Raw Normal View History

2015-10-07 18:24:12 +02:00
<?xml version="1.0" encoding="utf-8"?>
<ListView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:focusable="true"
android:groupIndicator="@android:color/transparent"
android:background="@android:color/transparent"/>