mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-08 11:02:54 +00:00
Created account image settings
This commit is contained in:
12
app/src/main/res/xml/account_preference_image.xml
Normal file
12
app/src/main/res/xml/account_preference_image.xml
Normal 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>
|
10
app/src/main/res/xml/account_preference_main.xml
Normal file
10
app/src/main/res/xml/account_preference_main.xml
Normal 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>
|
Reference in New Issue
Block a user