aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-06-01 10:22:42 +0200
committeriNPUTmice <daniel@gultsch.de>2014-06-01 10:22:42 +0200
commit5d0e1374b27022d41e0ff59449191422aeaf2974 (patch)
treea52444737f261df131f331931e1ad4351f5cac8f /res
parentca49603c8575f965f3b096ba65a53af214429cb8 (diff)
OpenPGP key display in muc details is now prettier and linked to openkeychain
Diffstat (limited to 'res')
-rw-r--r--res/layout/contact.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/layout/contact.xml b/res/layout/contact.xml
index fcf8e8b9..7303d2ba 100644
--- a/res/layout/contact.xml
+++ b/res/layout/contact.xml
@@ -35,6 +35,15 @@
android:textColor="#5b5b5b"
android:singleLine="true"
/>
+ <TextView
+ android:id="@+id/key"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="18sp"
+ android:textColor="#5b5b5b"
+ android:typeface="monospace"
+ android:visibility="gone"
+ />
</LinearLayout>
</RelativeLayout> \ No newline at end of file