OSDN Git Service

Fix account type selector for adding accounts to match holo layout
authorAdam Powell <adamp@google.com>
Thu, 26 May 2011 00:46:30 +0000 (17:46 -0700)
committerAdam Powell <adamp@google.com>
Thu, 26 May 2011 00:46:30 +0000 (17:46 -0700)
guidelines.

Change-Id: I0cb2f2655e878de65b25c46e2b852bad6e1a99ad

res/layout/add_account_screen.xml

index 67cb7aa..b6305a0 100644 (file)
@@ -20,7 +20,9 @@
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    android:orientation="vertical">
+    android:orientation="vertical"
+    android:paddingLeft="16dip"
+    android:paddingRight="16dip">
 
     <ListView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/list"
         android:layout_width="match_parent"