2013-09-16 07:55:01 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
2015-02-17 04:31:44 +00:00
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2013-09-16 07:55:01 +00:00
|
|
|
|
2015-02-17 04:31:44 +00:00
|
|
|
<org.thoughtcrime.securesms.components.CustomDefaultPreference
|
|
|
|
app:custom_pref_toggle="pref_apn_mmsc_custom_host"
|
|
|
|
android:key="pref_apn_mmsc_host"
|
|
|
|
android:title="@string/preferences__mmsc_url"
|
|
|
|
android:inputType="textUri" />
|
2013-09-16 07:55:01 +00:00
|
|
|
|
2015-02-17 04:31:44 +00:00
|
|
|
<org.thoughtcrime.securesms.components.CustomDefaultPreference
|
|
|
|
app:custom_pref_toggle="pref_apn_mms_custom_proxy"
|
|
|
|
android:key="pref_apn_mms_proxy"
|
|
|
|
android:title="@string/preferences__mms_proxy_host"
|
|
|
|
android:inputType="textUri" />
|
2013-09-16 07:55:01 +00:00
|
|
|
|
2015-02-17 04:31:44 +00:00
|
|
|
<org.thoughtcrime.securesms.components.CustomDefaultPreference
|
|
|
|
app:custom_pref_toggle="pref_apn_mms_custom_proxy_port"
|
|
|
|
android:key="pref_apn_mms_proxy_port"
|
|
|
|
android:title="@string/preferences__mms_proxy_port"
|
|
|
|
android:inputType="number"/>
|
2014-11-25 08:48:09 +00:00
|
|
|
|
2015-02-17 04:31:44 +00:00
|
|
|
<org.thoughtcrime.securesms.components.CustomDefaultPreference
|
|
|
|
app:custom_pref_toggle="pref_apn_mmsc_custom_username"
|
|
|
|
android:key="pref_apn_mmsc_username"
|
|
|
|
android:title="@string/preferences__mmsc_username"
|
|
|
|
android:inputType="textNoSuggestions"/>
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.components.CustomDefaultPreference
|
|
|
|
app:custom_pref_toggle="pref_apn_mmsc_custom_password"
|
|
|
|
android:key="pref_apn_mmsc_password"
|
|
|
|
android:title="@string/preferences__mmsc_password"
|
|
|
|
android:inputType="textVisiblePassword"/>
|
2014-11-25 08:48:09 +00:00
|
|
|
|
2013-09-16 07:55:01 +00:00
|
|
|
</PreferenceScreen>
|