summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_bottom_sheet.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_bottom_sheet.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_bottom_sheet.xml76
1 files changed, 0 insertions, 76 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_bottom_sheet.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_bottom_sheet.xml
deleted file mode 100644
index cbb440d926..0000000000
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_bottom_sheet.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<android.support.design.widget.CoordinatorLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/coordinator_layout"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:fitsSystemWindows="true"
- android:orientation="vertical">
-
- <FrameLayout
- android:id="@+id/fragment_container"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- app:layout_behavior="@string/appbar_scrolling_view_behavior"/>
-
- <android.support.v4.widget.NestedScrollView
- android:id="@+id/bottom_sheet"
- android:layout_width="match_parent"
- android:layout_height="250dp"
- android:background="@color/primaryDark"
- app:behavior_hideable="true"
- app:layout_behavior="android.support.design.widget.BottomSheetBehavior">
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
-
- <TextView
- android:layout_width="match_parent"
- android:layout_height="64dp"
- android:layout_gravity="center"
- android:gravity="center"
- android:textColor="@color/white"
- android:text="^"
- android:textSize="22sp"
- tools:ignore="HardcodedText"/>
-
- <FrameLayout
- android:id="@+id/fragment_container_bottom"
- android:layout_width="match_parent"
- android:layout_height="186dp"/>
-
- </LinearLayout>
-
- </android.support.v4.widget.NestedScrollView>
-
- <android.support.design.widget.FloatingActionButton
- android:id="@+id/fabBottomSheet"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_margin="@dimen/fab_margin"
- app:backgroundTint="@color/primary"
- android:src="@drawable/ic_refresh"
- app:layout_anchor="@id/bottom_sheet"
- app:layout_anchorGravity="top|end"/>
-
- <FrameLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="top|end"
- android:clipToPadding="false"
- android:paddingBottom="8dp"
- app:layout_anchor="@id/fabBottomSheet"
- app:layout_anchorGravity="top">
-
- <android.support.design.widget.FloatingActionButton
- android:id="@+id/fabFragment"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:src="@drawable/ic_add_white"
- app:backgroundTint="@color/accent"/>
- </FrameLayout>
-</android.support.design.widget.CoordinatorLayout> \ No newline at end of file