OsmAnd/OsmAnd/res/layout/plugins.xml
Alexey Pelykh d3fa67f2aa Plugins
2015-02-06 13:01:54 +02:00

17 lines
528 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<ListView
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:divider="@null"
android:dividerHeight="4dp"
tools:listitem="@layout/plugins_list_item"/>
</LinearLayout>