OsmAnd/OsmAnd/res/layout-land/menu_obj_selection_fragment.xml
2015-10-25 17:25:33 +03:00

20 lines
No EOL
580 B
XML

<?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>