diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/menu/pwdstore.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/xml/preference.xml | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app/src/main/res/menu/pwdstore.xml b/app/src/main/res/menu/pwdstore.xml index c6c4b348..0458ace5 100644 --- a/app/src/main/res/menu/pwdstore.xml +++ b/app/src/main/res/menu/pwdstore.xml @@ -4,8 +4,8 @@ <item android:id="@+id/menu_add_password" android:title="New password"/> - <item android:id="@+id/menu_add_category" - android:title="New category"/> + <!--<item android:id="@+id/menu_add_category"--> + <!--android:title="New category"/>--> <item android:id="@+id/referesh" android:title="Refresh" diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index cc5dda74..d73dd5ec 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -6,9 +6,13 @@ android:key="openpgp_provider_list" android:title="Select OpenPGP Provider!" /> - <EditTextPreference android:title="OpenPGP account" + <EditTextPreference android:title="Set your OpenPGP account" android:hint="mail@somewhere.tld" android:key="openpgp_account_name"/> + + <Preference + android:title="Select OpenPGP Key id" + android:key="openpgp_key_id"/> </PreferenceCategory> </PreferenceScreen>
\ No newline at end of file |