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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenPGP-Keychain/res/layout/api_app_settings_activity.xml b/OpenPGP-Keychain/res/layout/api_app_settings_activity.xml index e25a110cc..35caec434 100644 --- a/OpenPGP-Keychain/res/layout/api_app_settings_activity.xml +++ b/OpenPGP-Keychain/res/layout/api_app_settings_activity.xml @@ -1,6 +1,7 @@ <?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:padding="8dp" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > @@ -24,14 +25,14 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" - android:text="Revoke access" /> + android:text="@string/api_settings_revoke" /> <Button android:id="@+id/register_crypto_consumer_allow" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" - android:text="Save" /> + android:text="@string/api_settings_save" /> </LinearLayout> </LinearLayout>
\ No newline at end of file |