mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-08 11:02:54 +00:00
Added the option to update account image visibility level
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user