7fdca4fd2d
Fixing lists to scroll with correct color.
11 lines
645 B
XML
11 lines
645 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent" android:orientation="vertical">
|
|
<TextView android:id="@+id/TextView" android:layout_width="fill_parent" android:layout_height="wrap_content" android:gravity="center_horizontal"
|
|
android:layout_marginTop = "5dp" android:text="@string/search_osm_offline"/>
|
|
|
|
<ListView android:id="@android:id/list" android:layout_width="fill_parent" android:layout_weight="1" android:layout_height="wrap_content" style="@style/OsmandListView"></ListView>
|
|
|
|
</LinearLayout>
|