aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/layout_edit_list.xml
blob: c326e41273ddbaea82e550e2b11923438de13290 (plain)
1
2
3
4
5
6
7
8
9
10
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <ListView
        android:id="@+id/listview_edit_list"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:fastScrollEnabled="true"></ListView>
</FrameLayout>