aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/dialog_talk_list.xml
blob: d4ba5884751c6cd69ea204923651c61cc1c645a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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_dialog_talk_list"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:divider="?attr/app_divider"
        android:dividerHeight="1px"
        android:fastScrollEnabled="true"
        android:overScrollMode="never" />
</FrameLayout>