diff options
Diffstat (limited to 'OpenPGP-Keychain/res/layout/api_app_register_activity.xml')
| -rw-r--r-- | OpenPGP-Keychain/res/layout/api_app_register_activity.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenPGP-Keychain/res/layout/api_app_register_activity.xml b/OpenPGP-Keychain/res/layout/api_app_register_activity.xml index a6a2fbd31..2cbc81cf7 100644 --- a/OpenPGP-Keychain/res/layout/api_app_register_activity.xml +++ b/OpenPGP-Keychain/res/layout/api_app_register_activity.xml @@ -3,8 +3,9 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:orientation="vertical" - android:padding="8dp" > + android:layout_marginLeft="16dp" + android:layout_marginRight="16dp" + android:orientation="vertical" > <TextView android:id="@+id/api_register_text" |
