diff options
Diffstat (limited to 'OpenPGP-Keychain/res/layout/api_app_settings_activity.xml')
-rw-r--r-- | OpenPGP-Keychain/res/layout/api_app_settings_activity.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/OpenPGP-Keychain/res/layout/api_app_settings_activity.xml b/OpenPGP-Keychain/res/layout/api_app_settings_activity.xml index 0b83dd5cc..3dc8d5e84 100644 --- a/OpenPGP-Keychain/res/layout/api_app_settings_activity.xml +++ b/OpenPGP-Keychain/res/layout/api_app_settings_activity.xml @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 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_width="match_parent" + android:layout_height="match_parent" + android:layout_marginLeft="16dp" + android:layout_marginRight="16dp" + android:orientation="vertical" > <fragment android:id="@+id/api_app_settings_fragment" |