28 lines
No EOL
1.1 KiB
XML
28 lines
No EOL
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
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/fab_recycler_view_padding_bottom"
|
|
android:clipToPadding="false"/>
|
|
|
|
<include layout="@layout/empty_state_markers_groups"
|
|
android:id="@+id/empty_view"/>
|
|
|
|
<android.support.design.widget.FloatingActionButton
|
|
android:id="@+id/add_group_fab"
|
|
android:layout_gravity="bottom|right"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/ic_action_plus"
|
|
app:backgroundTint="?attr/active_color_basic"
|
|
app:fabSize="normal"
|
|
app:useCompatPadding="true"/>
|
|
|
|
</FrameLayout> |