aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/conversation_list_row.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-24 21:25:14 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-24 21:25:14 +0200
commit00439c9923911cafb0ed06398c1a65a1871e921e (patch)
tree6b133dc8ac4678fb3d8ee647d3d5a4f85938baef /src/main/res/layout/conversation_list_row.xml
parentdb4ab7177d5e550dcd04ea3617cdd231d4923aa9 (diff)
migrate the RecyclerView
Diffstat (limited to 'src/main/res/layout/conversation_list_row.xml')
-rw-r--r--src/main/res/layout/conversation_list_row.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main/res/layout/conversation_list_row.xml b/src/main/res/layout/conversation_list_row.xml
index c85d668a9..3ce42ad58 100644
--- a/src/main/res/layout/conversation_list_row.xml
+++ b/src/main/res/layout/conversation_list_row.xml
@@ -4,13 +4,7 @@
android:layout_height="wrap_content"
android:descendantFocusability="blocksDescendants">
- <View
- android:layout_width="fill_parent"
- android:layout_height="match_parent"
- android:background="?attr/color_background_primary" />
-
<FrameLayout
- android:id="@+id/swipeable_item"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="?attr/color_background_primary">