summaryrefslogtreecommitdiffstats
path: root/res/layout/ownerinfo.xml
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2011-05-25 14:52:36 -0700
committerJim Miller <jaggies@google.com>2011-05-25 14:56:00 -0700
commitb633cea58b6f1fb9800125886f8994edbb18a5a6 (patch)
treeadee2c48bc2869f69e0b952e91ccbd24e2c4d287 /res/layout/ownerinfo.xml
parentd12b95093770f1a71f60f67be9a5e28277b634a1 (diff)
downloadpackages_apps_Settings-b633cea58b6f1fb9800125886f8994edbb18a5a6.zip
packages_apps_Settings-b633cea58b6f1fb9800125886f8994edbb18a5a6.tar.gz
packages_apps_Settings-b633cea58b6f1fb9800125886f8994edbb18a5a6.tar.bz2
Fix 4462497: Make ownerinfo preference layout more dynamic
This fixes a bug where the EditText of OwnerInfo was partially off-screen in portrait mode on 7" devices. Change-Id: I8ba985ac6ce88bb42209a8a7f8acc5b4476fe8f2
Diffstat (limited to 'res/layout/ownerinfo.xml')
-rw-r--r--res/layout/ownerinfo.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/ownerinfo.xml b/res/layout/ownerinfo.xml
index a6ff904..14cdbcb 100644
--- a/res/layout/ownerinfo.xml
+++ b/res/layout/ownerinfo.xml
@@ -53,7 +53,7 @@
/>
<EditText android:id="@+id/owner_info_edit_text"
- android:layout_width="480dip"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="62dip"
android:layout_marginTop="40dip"