aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/contact_key.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-04-26 20:19:06 +0200
committerChristian Schneppe <christian@pix-art.de>2017-04-26 20:19:06 +0200
commit3b6daca1c84282ae0530fd76cdf772476d815382 (patch)
treee6c22fe895f5e00202d3ac9eec3c0521c2843bef /src/main/res/layout/contact_key.xml
parent2e7596fc27f2ef0b551af94b121fea7e66a4dea2 (diff)
fixed click area for pgp key in contact details
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/contact_key.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/res/layout/contact_key.xml b/src/main/res/layout/contact_key.xml
index 63a4e8518..0edd1aea3 100644
--- a/src/main/res/layout/contact_key.xml
+++ b/src/main/res/layout/contact_key.xml
@@ -23,7 +23,8 @@
android:textSize="?attr/TextSizeBody"
android:typeface="monospace"
android:fontFamily="monospace"
- android:longClickable="true" />
+ android:longClickable="true"
+ android:clickable="true" />
<TextView
android:id="@+id/key_type"
@@ -34,7 +35,8 @@
android:layout_below="@+id/key"
android:maxLines="1"
android:textSize="?attr/TextSizeInfo"
- android:longClickable="true" />
+ android:longClickable="true"
+ android:clickable="true" />
<TextView
android:id="@+id/key_trust"