1<?xml version="1.0" encoding="utf-8"?>
2<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:app="http://schemas.android.com/apk/res-auto">
4 <ListPreference
5 android:defaultValue="@string/default_push_account"
6 android:icon="@drawable/ic_person_24dp"
7 android:key="up_push_account"
8 android:summary="@string/pref_up_push_account_summary"
9 android:title="@string/pref_up_push_account_title" />
10 <EditTextPreference
11 android:defaultValue="@string/default_push_server"
12 android:icon="@drawable/ic_mediation_24dp"
13 android:key="up_push_server"
14 android:title="@string/pref_up_push_server_title"
15 app:useSimpleSummaryProvider="true" />
16 <Preference android:summary="@string/pref_up_long_summary"/>
17</PreferenceScreen>