2018-04-05 20:07:09 +02:00
|
|
|
<?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"
|
2018-04-05 20:07:09 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
2018-04-24 11:35:59 +02:00
|
|
|
<android.support.v7.widget.RecyclerView
|
|
|
|
android:id="@+id/recycler_view"
|
2018-04-20 18:28:21 +02:00
|
|
|
android:layout_width="match_parent"
|
2018-04-24 11:35:59 +02:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:clipToPadding="false"
|
2018-04-25 11:33:36 +02:00
|
|
|
android:paddingBottom="@dimen/map_markers_recycler_view_padding_bottom"
|
|
|
|
android:scrollbars="vertical"/>
|
2018-04-05 20:07:09 +02:00
|
|
|
|
|
|
|
</LinearLayout>
|