Start working on ability to remove groups

This commit is contained in:
Michael Schättgen 2018-12-16 22:57:04 +01:00
parent ae0b4b5a37
commit feeada3e2d
10 changed files with 289 additions and 0 deletions

View file

@ -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