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

* commit '22c060ebd14bd92c67bd97f53d67bb06f0a215de':
  Fix 3315488: Wrap OwnerInfo layout in a ScrollView
This commit is contained in:
Jim Miller
2011-01-23 23:36:31 -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>