From 48afeb571bcc2ae1d123ef549426c06e52dc1cc9 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Tue, 15 Nov 2016 20:00:52 +0100 Subject: refactor omemo fingerprint UI code --- src/main/res/layout/contact_key.xml | 79 ++++++++++++++++++++++--------------- 1 file changed, 48 insertions(+), 31 deletions(-) (limited to 'src/main/res/layout/contact_key.xml') diff --git a/src/main/res/layout/contact_key.xml b/src/main/res/layout/contact_key.xml index 7076dad2..c16d5e08 100644 --- a/src/main/res/layout/contact_key.xml +++ b/src/main/res/layout/contact_key.xml @@ -1,37 +1,40 @@ + android:layout_height="match_parent" + android:longClickable="true"> + android:paddingTop="8dp"> + android:longClickable="true"/> + android:textColor="?attr/color_text_secondary" + android:textSize="?attr/TextSizeInfo" + android:longClickable="true"/> - - + android:textSize="?attr/TextSizeInfo" + android:visibility="gone" + android:longClickable="true"/> + + + - + + \ No newline at end of file -- cgit v1.2.3