OsmAnd/OsmAnd/res/layout/search_history.xml
Victor Shcherb f76eaf087f Update ui
2015-03-07 12:37:31 +01:00

20 lines
No EOL
672 B
XML

<?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="fill_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
<Button
android:id="@+id/clearAll"
android:background="?attr/downloadButtonBackground"
android:textColor="?attr/pstsTextColor"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</LinearLayout>