Created account image settings

This commit is contained in:
Pierre HUBERT
2018-09-01 17:46:11 +02:00
parent d12c4014fd
commit aef18b085a
23 changed files with 852 additions and 8 deletions

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<org.communiquons.android.comunic.client.ui.preference.AccountImagePreference
android:key="update_account_image" />
<Preference
android:key="delete_account_image"
android:title="@string/action_delete_account_image" />
</PreferenceScreen>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<Preference
android:key="preference_category_account_image"
android:title="@string/preferences_account_image_title"
android:icon="@drawable/ic_account_circle"
android:summary="@string/preference_account_image_summary"/>
</PreferenceScreen>