am a634d843: am 22c060eb: Merge "Fix 3315488: Wrap OwnerInfo layout in a ScrollView" into honeycomb

* commit 'a634d843b5fc82febc13230ea0506f7423581a62':
  Fix 3315488: Wrap OwnerInfo layout in a ScrollView
This commit is contained in:
Jim Miller
2011-01-23 23:44:16 -08:00
committed by Android Git Automerger

View File

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