From e98aa48990d08b75f689c794bf720c5efe21a4b7 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Sun, 23 Oct 2016 15:33:35 +0200 Subject: Fixes FS#237: Enable long click in layout instead of programmatically --- src/main/res/layout/message_received.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/main/res/layout/message_received.xml') diff --git a/src/main/res/layout/message_received.xml b/src/main/res/layout/message_received.xml index d331b3ef..029b0d74 100644 --- a/src/main/res/layout/message_received.xml +++ b/src/main/res/layout/message_received.xml @@ -46,7 +46,8 @@ android:layout_marginTop="8dp" android:layout_marginBottom="4dp" android:adjustViewBounds="true" - android:background="@color/black87" + android:longClickable="true" + android:background="@color/primaryText" android:scaleType="centerCrop" /> @@ -61,6 +63,7 @@