aboutsummaryrefslogtreecommitdiff
path: root/imagepicker/src/main/res/layout/kau_activity_image_picker.xml
blob: d3739ddeb502f26cc5f43f491b9b430d9108e411 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>