aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/fragment_conversations_overview.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/fragment_conversations_overview.xml')
-rw-r--r--src/main/res/layout/fragment_conversations_overview.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/res/layout/fragment_conversations_overview.xml b/src/main/res/layout/fragment_conversations_overview.xml
index ddcc6ac14..8abdd606f 100644
--- a/src/main/res/layout/fragment_conversations_overview.xml
+++ b/src/main/res/layout/fragment_conversations_overview.xml
@@ -1,14 +1,14 @@
<layout xmlns:android="http://schemas.android.com/apk/res/android">
- <FrameLayout
+ <android.support.design.widget.CoordinatorLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/color_background_secondary">
- <ListView
+ <android.support.v7.widget.RecyclerView
android:id="@+id/list"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
android:background="?attr/color_background_secondary"
android:divider="@android:color/transparent"
android:dividerHeight="0dp" />
@@ -21,5 +21,5 @@
android:layout_gravity="end|bottom"
android:layout_margin="16dp"
android:src="@drawable/ic_chat_white_24dp" />
- </FrameLayout>
+ </android.support.design.widget.CoordinatorLayout>
</layout> \ No newline at end of file