diff options
Diffstat (limited to 'imagepicker/src/main/res/layout-v21')
-rw-r--r-- | imagepicker/src/main/res/layout-v21/kau_activity_image_picker_overlay.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/imagepicker/src/main/res/layout-v21/kau_activity_image_picker_overlay.xml b/imagepicker/src/main/res/layout-v21/kau_activity_image_picker_overlay.xml deleted file mode 100644 index a0ce301..0000000 --- a/imagepicker/src/main/res/layout-v21/kau_activity_image_picker_overlay.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<ca.allanwang.kau.ui.widgets.ElasticDragDismissFrameLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:app="http://schemas.android.com/apk/res-auto" - android:id="@+id/kau_draggable" - android:layout_width="match_parent" - android:layout_height="match_parent" - app:dragDismissDistance="@dimen/kau_drag_dismiss_distance_large" - app:dragDismissScale="0.95"> - - <android.support.v7.widget.RecyclerView - android:id="@+id/kau_recyclerview" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:layout_marginTop="@dimen/kau_drag_dismiss_distance" - android:background="?android:colorBackground" /> - -</ca.allanwang.kau.ui.widgets.ElasticDragDismissFrameLayout>
\ No newline at end of file |