Merge "Fix 3315488: Wrap OwnerInfo layout in a ScrollView" into honeycomb

This commit is contained in:
Jim Miller
2011-01-23 18:25:21 -08:00
committed by Android (Google) Code Review

View File

@@ -20,6 +20,16 @@
android:layout_width="match_parent" android:layout_height="wrap_content"
android:scrollbars="vertical" >
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<View
android:paddingTop="53dip"
android:layout_width="match_parent"
@@ -55,3 +65,7 @@
</LinearLayout>
</ScrollView>
</LinearLayout>