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 | 29 |
1 files changed, 3 insertions, 26 deletions
diff --git a/OpenPGP-Keychain/res/layout/api_app_settings_activity.xml b/OpenPGP-Keychain/res/layout/api_app_settings_activity.xml index b5e6e46ae..3157a3f09 100644 --- a/OpenPGP-Keychain/res/layout/api_app_settings_activity.xml +++ b/OpenPGP-Keychain/res/layout/api_app_settings_activity.xml @@ -1,10 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" - android:padding="8dp" android:layout_width="fill_parent" - android:layout_height="fill_parent" - android:orientation="vertical" > + android:layout_height="fill_parent" > <fragment android:id="@+id/api_app_settings_fragment" @@ -13,25 +11,4 @@ android:layout_height="wrap_content" tools:layout="@layout/api_app_settings_fragment" /> - <LinearLayout - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:orientation="horizontal" - android:paddingBottom="3dip" > - - <Button - android:id="@+id/api_app_settings_revoke" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_weight="1" - android:text="@string/api_settings_revoke" /> - - <Button - android:id="@+id/api_app_settings_save" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_weight="1" - android:text="@string/api_settings_save" /> - </LinearLayout> - -</LinearLayout>
\ No newline at end of file +</RelativeLayout>
\ No newline at end of file |