Added the option to update account image visibility level

This commit is contained in:
Pierre HUBERT
2018-09-02 09:32:01 +02:00
parent aef18b085a
commit 5b46e559af
8 changed files with 262 additions and 24 deletions

View File

@ -8,5 +8,11 @@
android:key="delete_account_image"
android:title="@string/action_delete_account_image" />
<org.communiquons.android.comunic.client.ui.preference.AccountImageVisibilityPreference
android:entries="@array/account_image_visibility_levels_entries"
android:entryValues="@array/account_image_visibility_levels_values"
android:key="account_image_visibility_level"
android:persistent="false"
android:title="@string/preference_account_image_visibility_level" />
</PreferenceScreen>