aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
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
parent2e7596fc27f2ef0b551af94b121fea7e66a4dea2 (diff)
fixed click area for pgp key in contact details
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/layout/contact.xml2
-rw-r--r--src/main/res/layout/contact_key.xml6
2 files changed, 5 insertions, 3 deletions
diff --git a/src/main/res/layout/contact.xml b/src/main/res/layout/contact.xml
index 0abda4cf2..3637d52bd 100644
--- a/src/main/res/layout/contact.xml
+++ b/src/main/res/layout/contact.xml
@@ -53,7 +53,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/black87"
- android:textSize="?attr/TextSizeHeadline"
+ android:textSize="?attr/TextSizeBody"
android:typeface="monospace"
android:fontFamily="monospace"
android:visibility="gone" />
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"