Add a scroll view to proxy settings so that it isn't obscured by the keyboard.

Bug: 3267408
Change-Id: I06ab34538a741aa76301048ccbeb80a6e70219f3
This commit is contained in:
Amith Yamasani
2010-12-17 12:08:43 -08:00
parent 22c4b39e06
commit 57acae3058

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
/* //device/apps/Browser/res/layout/proxy.xml /*
** **
** Copyright 2006, The Android Open Source Project ** Copyright 2006, The Android Open Source Project
** **
@@ -17,7 +17,11 @@
** limitations under the License. ** limitations under the License.
*/ */
--> -->
<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" >
<LinearLayout
android:orientation="vertical" android:orientation="vertical"
android:paddingLeft="6dip" android:paddingLeft="6dip"
android:paddingRight="6dip" android:paddingRight="6dip"
@@ -92,4 +96,4 @@
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
</ScrollView>