Scroll on contact view

This commit is contained in:
Margaux Clerc 2015-11-20 17:09:52 +01:00
parent a836e839b3
commit bfcb406f84

View file

@ -42,6 +42,10 @@
</RelativeLayout>
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -85,12 +89,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</LinearLayout>
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<TableLayout
android:id="@+id/controls"
android:layout_width="match_parent"
@ -98,6 +96,8 @@
android:stretchColumns="*"
android:paddingTop="20dp"/>
</LinearLayout>
</ScrollView>
</LinearLayout>