diff options
author | Zeapo <mohamed@zenadi.com> | 2014-08-07 20:53:29 +0100 |
---|---|---|
committer | Zeapo <mohamed@zenadi.com> | 2014-08-07 20:53:29 +0100 |
commit | 9db42440fb61f7e3b18f36532117f2247392dfe1 (patch) | |
tree | fe712183dd8b50cb6866c7feb8d414856c19ca91 /app/src/main/res | |
parent | 4cd5a1118597b5aa247d5737d4e4a67fe3f729e3 (diff) |
more refactoring in preparation for a first version
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 |