diff options
Diffstat (limited to 'res/layout/add_account_screen.xml')
-rw-r--r-- | res/layout/add_account_screen.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/add_account_screen.xml b/res/layout/add_account_screen.xml index 67cb7aa..b6305a0 100644 --- a/res/layout/add_account_screen.xml +++ b/res/layout/add_account_screen.xml @@ -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" |