OsmAnd/OsmAnd/res/layout/dash_updates_fragment.xml
Alexey Pelykh 3ba5ca0f01 Refactor
2015-01-30 18:26:04 +02:00

26 lines
No EOL
899 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:id="@+id/maps"
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:background="?attr/card_bg"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:layout_gravity="center_vertical"
android:layout_width="match_parent"
android:layout_height="@dimen/dashHeaderHeight">
<TextView android:text="@string/map_update"
android:id="@+id/header"
style="?attr/dashboardSubHeaderStyle"/>
<Button android:id="@+id/show_all"
android:text="@string/show_all"
style="?attr/dashboardGeneralButtonStyle"/>
</LinearLayout>
<LinearLayout android:id="@+id/updates_items"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
</LinearLayout>