mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-29 18:27:18 +00:00
15 lines
458 B
XML
15 lines
458 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:title="@string/PS_contact_title" >
|
||
|
|
|
||
|
|
<EditTextPreference
|
||
|
|
android:key="accountDetails"
|
||
|
|
android:title="AccountDetails"
|
||
|
|
android:summary="Check your account details" />
|
||
|
|
|
||
|
|
|
||
|
|
<Preference android:title="LOGOUT"
|
||
|
|
android:key="logout"
|
||
|
|
android:summary="Logout your account"/>
|
||
|
|
|
||
|
|
</PreferenceScreen>
|