OsmAnd/OsmAnd/res/layout/fragment_map_markers_active.xml

17 lines
635 B
XML
Raw Normal View History

2017-11-08 13:22:28 +01:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<net.osmand.plus.widgets.EmptyStateRecyclerView
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/map_markers_recycler_view_padding_bottom"
android:clipToPadding="false"/>
<include layout="@layout/empty_state_markers_active"
android:id="@+id/empty_view"/>
</LinearLayout>