OsmAnd/OsmAnd/res/layout-land/menu_obj_selection_fragment.xml

20 lines
580 B
XML
Raw Normal View History

2015-10-25 15:25:33 +01:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
android:id="@+id/main_view"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="350dp"
android:layout_height="match_parent"
android:layout_gravity="bottom"
android:background="?attr/left_menu_view_bg"
android:orientation="vertical">
<ListView
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:divider="@null"
android:dividerHeight="0dp">
</ListView>
</LinearLayout>