da53d30774
(cherry picked from commit 135d01b
)
28 lines
No EOL
1 KiB
XML
28 lines
No EOL
1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/MainLayout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<ExpandableListView
|
|
android:id="@android:id/list"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginLeft="0dp"
|
|
android:layout_marginRight="0dp"
|
|
android:layout_marginTop="0dp"
|
|
android:divider="@null"
|
|
android:dividerHeight="0dp"
|
|
android:drawSelectorOnTop="false"
|
|
android:groupIndicator="@android:color/transparent"/>
|
|
|
|
<View
|
|
android:id="@+id/overlay_view"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/white_80_transparent"
|
|
android:visibility="gone"/>
|
|
|
|
<include layout="@layout/my_places_fabs"/>
|
|
|
|
</android.support.design.widget.CoordinatorLayout> |