Weather/res/xml/setting_account.xml
2021-05-10 10:13:34 +02:00

21 lines
2.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<com.moji.mjweather.settingpreference.pref.MJPreferenceCategory android:title="@string/title_person_info">
<com.moji.mjweather.settingpreference.pref.MJPreferenceWithValue android:title="@string/setting_account_head" android:key="pref_key_setting_account_head" app:valueWithRightArrow="false" />
<com.moji.mjweather.settingpreference.pref.MJPreferenceWithValue android:title="@string/setting_account_nick" android:key="pref_key_setting_account_nick" app:valueWithRightArrow="false" />
<com.moji.mjweather.settingpreference.pref.MJPreferenceWithValue android:title="@string/setting_account_sex" android:key="pref_key_setting_account_sex" app:valueWithRightArrow="false" />
<com.moji.mjweather.settingpreference.pref.MJPreferenceWithValue android:title="@string/setting_account_birthday" android:key="pref_key_setting_account_birthday" app:valueWithRightArrow="false" />
<com.moji.mjweather.settingpreference.pref.MJPreferenceWithValue android:title="@string/setting_account_home" android:key="pref_key_setting_account_city" app:valueWithRightArrow="false" />
<com.moji.mjweather.settingpreference.pref.MJPreferenceWithValue android:title="@string/setting_account_sign" android:key="pref_key_setting_account_sign" app:isLastItemInThisGroupWithValue="true" app:valueWithRightArrow="false" />
</com.moji.mjweather.settingpreference.pref.MJPreferenceCategory>
<com.moji.mjweather.settingpreference.pref.MJPreferenceCategoryWithSafeLevel android:title="@string/setting_account_group_security" android:key="pref_key_setting_account_safe_level">
<com.moji.mjweather.settingpreference.pref.MJPreferenceWithValue android:title="@string/setting_account_bind_phone" android:key="pref_key_setting_account_bind_phone" />
<com.moji.mjweather.settingpreference.pref.MJPreferenceWithValue android:title="@string/setting_account_bind_email" android:key="pref_key_setting_account_bind_email" />
<com.moji.mjweather.settingpreference.pref.MJPreferenceWithValue android:title="@string/setting_account_password" android:key="pref_key_setting_account_password" app:isLastItemInThisGroupWithValue="true" app:value="修改" />
</com.moji.mjweather.settingpreference.pref.MJPreferenceCategoryWithSafeLevel>
<com.moji.mjweather.settingpreference.pref.MJPreferenceCategory>
<com.moji.mjweather.settingpreference.pref.MJPreferenceWithCenterText android:title="@string/setting_account_logout" android:key="pref_key_setting_account_logout" />
</com.moji.mjweather.settingpreference.pref.MJPreferenceCategory>
<com.moji.mjweather.settingpreference.pref.MJPreferenceCategory app:mj_category_height="84" app:showBottomLine="false" />
</PreferenceScreen>