From c666b086d6be3d993b0b9c52a6aab916cd6942ab Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Thu, 6 Mar 2014 20:00:46 +0100 Subject: display keys in contact details --- res/layout/activity_contact_details.xml | 15 +++++++++++++++ res/layout/contact_key.xml | 22 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 res/layout/contact_key.xml (limited to 'res') diff --git a/res/layout/activity_contact_details.xml b/res/layout/activity_contact_details.xml index cd49f1bf..1c38f4a3 100644 --- a/res/layout/activity_contact_details.xml +++ b/res/layout/activity_contact_details.xml @@ -91,5 +91,20 @@ android:text="Receive presence updates" android:textSize="18sp" android:textColor="#5b5b5b" /> + + + + \ No newline at end of file diff --git a/res/layout/contact_key.xml b/res/layout/contact_key.xml new file mode 100644 index 00000000..dcac42e9 --- /dev/null +++ b/res/layout/contact_key.xml @@ -0,0 +1,22 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3