diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/activity_contact_details.xml | 13 |
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 |