aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-01-15 11:49:28 +0100
committerChristian Schneppe <christian@pix-art.de>2017-01-15 11:49:28 +0100
commit61da550aa070299d89a902ba644761272e371a66 (patch)
tree357fef81d8aa7f9396e431a323add328982063be /src/main/res
parent5c20a67e6687cd700e2c19291d1829254c043e07 (diff)
don't show key tile in contact details when there are no keys
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/layout/activity_contact_details.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/layout/activity_contact_details.xml b/src/main/res/layout/activity_contact_details.xml
index 15e806ae6..46b0f1768 100644
--- a/src/main/res/layout/activity_contact_details.xml
+++ b/src/main/res/layout/activity_contact_details.xml
@@ -144,6 +144,7 @@
</RelativeLayout>
<LinearLayout
+ android:id="@+id/keys_wrapper"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/activity_vertical_margin"