<?xml version="1.0" encoding="utf-8"?>
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:linphone="http://schemas.android.com/apk/res-auto"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:paddingTop="5dp"
|
android:paddingBottom="5dp"
|
android:orientation="vertical">
|
|
<org.linphone.settings.widget.TextSetting
|
android:id="@+id/pref_username"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:subtitle="@string/pref_help_username"
|
linphone:hint="@string/pref_username"
|
linphone:title="@string/pref_username" />
|
|
<org.linphone.settings.widget.TextSetting
|
android:id="@+id/pref_auth_userid"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:subtitle="@string/pref_help_auth_userid"
|
linphone:hint="@string/pref_auth_userid"
|
linphone:title="@string/pref_auth_userid" />
|
|
<org.linphone.settings.widget.TextSetting
|
android:id="@+id/pref_passwd"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:subtitle="@string/pref_help_password"
|
linphone:hint="@string/pref_passwd"
|
linphone:title="@string/pref_passwd" />
|
|
<org.linphone.settings.widget.TextSetting
|
android:id="@+id/pref_domain"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:subtitle="@string/pref_help_domain"
|
linphone:hint="@string/pref_domain"
|
linphone:title="@string/pref_domain" />
|
|
<org.linphone.settings.widget.TextSetting
|
android:id="@+id/pref_display_name"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:subtitle="@string/pref_help_display_name"
|
linphone:hint="@string/pref_display_name"
|
linphone:title="@string/pref_display_name" />
|
|
<TextView
|
style="@style/settings_category_font"
|
android:text="@string/pref_manage_title"
|
android:paddingTop="15dp"
|
android:layout_marginLeft="10dp"
|
android:layout_marginRight="10dp"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"/>
|
|
<org.linphone.settings.widget.SwitchSetting
|
android:id="@+id/pref_disable_account"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:title="@string/pref_disable_account" />
|
|
<org.linphone.settings.widget.SwitchSetting
|
android:id="@+id/pref_default_account"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:title="@string/pref_default_account" />
|
|
<org.linphone.settings.widget.BasicSetting
|
android:id="@+id/pref_change_password"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:title="@string/pref_change_password" />
|
|
<org.linphone.settings.widget.BasicSetting
|
android:id="@+id/pref_delete_account"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:title="@string/pref_delete_account" />
|
|
<TextView
|
style="@style/settings_category_font"
|
android:text="@string/pref_advanced_title"
|
android:paddingTop="15dp"
|
android:layout_marginLeft="10dp"
|
android:layout_marginRight="10dp"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"/>
|
|
<org.linphone.settings.widget.ListSetting
|
android:id="@+id/pref_transport"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:title="@string/pref_transport" />
|
|
<org.linphone.settings.widget.TextSetting
|
android:id="@+id/pref_proxy"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:hint="@string/pref_proxy"
|
linphone:title="@string/pref_proxy" />
|
|
<org.linphone.settings.widget.SwitchSetting
|
android:id="@+id/pref_enable_outbound_proxy"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:subtitle="@string/pref_help_outbound_proxy"
|
linphone:title="@string/pref_enable_outbound_proxy" />
|
|
<org.linphone.settings.widget.TextSetting
|
android:id="@+id/pref_stun_server"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:hint="@string/pref_stun_server"
|
linphone:title="@string/pref_stun_server" />
|
|
<org.linphone.settings.widget.SwitchSetting
|
android:id="@+id/pref_ice_enable"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:title="@string/pref_ice_enable" />
|
|
<org.linphone.settings.widget.TextSetting
|
android:id="@+id/pref_expire"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:hint="@string/pref_expire_title"
|
linphone:title="@string/pref_expire_title" />
|
|
<org.linphone.settings.widget.TextSetting
|
android:id="@+id/pref_prefix"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:hint="@string/pref_prefix_desc"
|
linphone:subtitle="@string/pref_prefix_desc"
|
linphone:title="@string/pref_prefix" />
|
|
<org.linphone.settings.widget.SwitchSetting
|
android:id="@+id/pref_avpf"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:title="@string/pref_avpf" />
|
|
<org.linphone.settings.widget.TextSetting
|
android:id="@+id/pref_avpf_rr_interval"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:hint="@string/pref_avpf_rr_interval"
|
linphone:title="@string/pref_avpf_rr_interval" />
|
|
<org.linphone.settings.widget.SwitchSetting
|
android:id="@+id/pref_escape_plus"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:title="@string/pref_escape_plus" />
|
|
<org.linphone.settings.widget.BasicSetting
|
android:id="@+id/pref_link_account"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:title="@string/pref_link_account" />
|
|
<org.linphone.settings.widget.SwitchSetting
|
android:id="@+id/pref_push_notification"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
linphone:title="@string/pref_proxy_push_notif" />
|
|
</LinearLayout>
|
|
</ScrollView>
|