mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-11 08:59:37 +00:00
Switched issuer with account name
This commit is contained in:
parent
cebf933c18
commit
54c85a09de
9 changed files with 28 additions and 28 deletions
|
@ -12,9 +12,9 @@
|
|||
|
||||
<android.support.v7.preference.SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
android:key="pref_issuer"
|
||||
android:title="@string/pref_issuer_title"
|
||||
android:summary="@string/pref_issuer_summary"/>
|
||||
android:key="pref_account_name"
|
||||
android:title="@string/pref_account_name_title"
|
||||
android:summary="@string/pref_account_name_summary"/>
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue