mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-03 13:20:35 +00:00
Start working on ability to remove groups
This commit is contained in:
parent
ae0b4b5a37
commit
feeada3e2d
10 changed files with 289 additions and 0 deletions
|
@ -20,6 +20,12 @@
|
|||
android:title="@string/pref_account_name_title"
|
||||
android:summary="@string/pref_account_name_summary"
|
||||
app:iconSpaceReserved="false"/>
|
||||
|
||||
<Preference
|
||||
android:key="pref_groups"
|
||||
android:title="@string/preference_manage_groups"
|
||||
android:summary="@string/preference_manage_groups_summary"
|
||||
app:iconSpaceReserved="false"/>
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue