17 lines
No EOL
635 B
XML
17 lines
No EOL
635 B
XML
<?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> |