OSDN Git Service

Fix 4462497: Make ownerinfo preference layout more dynamic
authorJim Miller <jaggies@google.com>
Wed, 25 May 2011 21:52:36 +0000 (14:52 -0700)
committerJim Miller <jaggies@google.com>
Wed, 25 May 2011 21:56:00 +0000 (14:56 -0700)
This fixes a bug where the EditText of OwnerInfo was partially
off-screen in portrait mode on 7" devices.

Change-Id: I8ba985ac6ce88bb42209a8a7f8acc5b4476fe8f2

res/layout/ownerinfo.xml

index a6ff904..14cdbcb 100644 (file)
@@ -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"