aboutsummaryrefslogtreecommitdiff
path: root/imagepicker/src/main/res/layout/kau_activity_image_picker.xml
diff options
context:
space:
mode:
Diffstat (limited to 'imagepicker/src/main/res/layout/kau_activity_image_picker.xml')
-rw-r--r--imagepicker/src/main/res/layout/kau_activity_image_picker.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/imagepicker/src/main/res/layout/kau_activity_image_picker.xml b/imagepicker/src/main/res/layout/kau_activity_image_picker.xml
new file mode 100644
index 0000000..d3739dd
--- /dev/null
+++ b/imagepicker/src/main/res/layout/kau_activity_image_picker.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ca.allanwang.kau.widgets.ElasticDragDismissFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_marginTop="@dimen/kau_drag_dismiss_distance">
+
+ <android.support.v7.widget.Toolbar
+ android:id="@+id/kau_toolbar"
+ android:layout_width="match_parent"
+ android:layout_height="?attr/actionBarSize" />
+
+ <android.support.v7.widget.RecyclerView
+ android:id="@+id/kau_recycler"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_marginTop="?attr/actionBarSize" />
+
+</ca.allanwang.kau.widgets.ElasticDragDismissFrameLayout> \ No newline at end of file