OsmAnd/OsmAnd/res/layout/fragment_explore_tab.xml

18 lines
557 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2018-04-23 13:00:55 +02:00
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="vertical">
<android.support.v7.widget.RecyclerView
android:id="@+id/recycler_view"
2018-04-20 18:28:21 +02:00
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:paddingBottom="@dimen/map_markers_recycler_view_padding_bottom"
android:scrollbars="vertical"/>
</LinearLayout>