From 8592cdc11a76cc508bf28c4f35ed29b4818d89e5 Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Sat, 23 Mar 2019 16:22:24 +0400 Subject: [PATCH] Chat item style changes --- app/src/main/res/layout/chat_item.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/chat_item.xml b/app/src/main/res/layout/chat_item.xml index 59e0ebf..559d950 100644 --- a/app/src/main/res/layout/chat_item.xml +++ b/app/src/main/res/layout/chat_item.xml @@ -1,10 +1,11 @@ + android:background="?android:selectableItemBackground" + android:clickable="true"> + + \ No newline at end of file