From f93a9cb6f843b87e391d21ee5779dc917cef8ab4 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Tue, 20 Mar 2018 20:37:20 +0100 Subject: use data binder for contact key item --- src/main/res/layout/contact_key.xml | 70 ++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 40 deletions(-) (limited to 'src/main/res') diff --git a/src/main/res/layout/contact_key.xml b/src/main/res/layout/contact_key.xml index 77b26f70d..0aa695ea8 100644 --- a/src/main/res/layout/contact_key.xml +++ b/src/main/res/layout/contact_key.xml @@ -1,65 +1,57 @@ - + - + android:orientation="vertical"> - + + android:clickable="true" + android:fontFamily="monospace" + android:longClickable="true" + android:textColor="?attr/color_text_primary" + android:textSize="?attr/TextSizeBody" + android:typeface="monospace" /> + + + + - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3