From 00439c9923911cafb0ed06398c1a65a1871e921e Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Tue, 24 Apr 2018 21:25:14 +0200 Subject: migrate the RecyclerView --- src/main/res/layout/activity_share_with.xml | 2 +- src/main/res/layout/conversation_list_row.xml | 6 ------ src/main/res/layout/fragment_conversations_overview.xml | 10 +++++----- 3 files changed, 6 insertions(+), 12 deletions(-) (limited to 'src/main/res/layout') diff --git a/src/main/res/layout/activity_share_with.xml b/src/main/res/layout/activity_share_with.xml index 9fce48a61..15545ef31 100644 --- a/src/main/res/layout/activity_share_with.xml +++ b/src/main/res/layout/activity_share_with.xml @@ -8,7 +8,7 @@ - - - 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 @@ - - @@ -21,5 +21,5 @@ android:layout_gravity="end|bottom" android:layout_margin="16dp" android:src="@drawable/ic_chat_white_24dp" /> - + \ No newline at end of file -- cgit v1.2.3