aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2014-03-08 00:31:29 +0100
committerDaniel Gultsch <daniel@gultsch.de>2014-03-08 00:31:29 +0100
commit5955da3519787bd2b0c6d5b1cc879137f4e946da (patch)
tree001c0957704e18480f99d471cd4500ad76aed870 /res
parent100059b530ad80f20a98c29af57c88d29c4eeabf (diff)
fixed a couple of pgp bugs
Diffstat (limited to 'res')
-rw-r--r--res/layout/activity_contact_details.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/res/layout/activity_contact_details.xml b/res/layout/activity_contact_details.xml
index 1c38f4a3..cfa77a4d 100644
--- a/res/layout/activity_contact_details.xml
+++ b/res/layout/activity_contact_details.xml
@@ -1,9 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:orientation="vertical"
- android:background="#e5e5e5">
+ android:background="#e5e5e5">
+
+<LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical">
<TextView
style="@style/sectionHeader"
@@ -107,4 +111,5 @@
android:showDividers="middle">
</LinearLayout>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>
+</ScrollView> \ No newline at end of file