mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01:00
Merge pull request #1680 from nextcloud/bugfix/1631/settingsSublined
Make all infos a subline
This commit is contained in:
commit
408094e919
@ -274,7 +274,7 @@
|
|||||||
apc:mp_default_value="@string/nc_no_proxy"
|
apc:mp_default_value="@string/nc_no_proxy"
|
||||||
apc:mp_entry_descriptions="@array/proxy_type_descriptions"
|
apc:mp_entry_descriptions="@array/proxy_type_descriptions"
|
||||||
apc:mp_key="@string/nc_settings_proxy_type_key"
|
apc:mp_key="@string/nc_settings_proxy_type_key"
|
||||||
apc:mp_show_value="onRight"
|
apc:mp_show_value="onBottom"
|
||||||
apc:mp_title="@string/nc_settings_proxy_type_title" />
|
apc:mp_title="@string/nc_settings_proxy_type_title" />
|
||||||
|
|
||||||
<com.yarolegovich.mp.MaterialEditTextPreference
|
<com.yarolegovich.mp.MaterialEditTextPreference
|
||||||
@ -282,7 +282,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
apc:mp_key="@string/nc_settings_proxy_host_key"
|
apc:mp_key="@string/nc_settings_proxy_host_key"
|
||||||
apc:mp_show_value="onRight"
|
apc:mp_show_value="onBottom"
|
||||||
apc:mp_title="@string/nc_settings_proxy_host_title" />
|
apc:mp_title="@string/nc_settings_proxy_host_title" />
|
||||||
|
|
||||||
<com.yarolegovich.mp.MaterialEditTextPreference
|
<com.yarolegovich.mp.MaterialEditTextPreference
|
||||||
@ -290,7 +290,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
apc:mp_key="@string/nc_settings_proxy_port_key"
|
apc:mp_key="@string/nc_settings_proxy_port_key"
|
||||||
apc:mp_show_value="onRight"
|
apc:mp_show_value="onBottom"
|
||||||
apc:mp_title="@string/nc_settings_proxy_port_title" />
|
apc:mp_title="@string/nc_settings_proxy_port_title" />
|
||||||
|
|
||||||
<com.yarolegovich.mp.MaterialEditTextPreference
|
<com.yarolegovich.mp.MaterialEditTextPreference
|
||||||
@ -298,7 +298,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
apc:mp_key="@string/nc_settings_proxy_username_key"
|
apc:mp_key="@string/nc_settings_proxy_username_key"
|
||||||
apc:mp_show_value="onRight"
|
apc:mp_show_value="onBottom"
|
||||||
apc:mp_title="@string/nc_settings_proxy_username_title" />
|
apc:mp_title="@string/nc_settings_proxy_username_title" />
|
||||||
|
|
||||||
<com.yarolegovich.mp.MaterialEditTextPreference
|
<com.yarolegovich.mp.MaterialEditTextPreference
|
||||||
@ -306,7 +306,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
apc:mp_key="@string/nc_settings_proxy_password_key"
|
apc:mp_key="@string/nc_settings_proxy_password_key"
|
||||||
apc:mp_show_value="onRight"
|
apc:mp_show_value="onBottom"
|
||||||
apc:mp_title="@string/nc_settings_proxy_password_title" />
|
apc:mp_title="@string/nc_settings_proxy_password_title" />
|
||||||
|
|
||||||
<com.yarolegovich.mp.MaterialSwitchPreference
|
<com.yarolegovich.mp.MaterialSwitchPreference
|
||||||
@ -315,7 +315,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
apc:mp_default_value="false"
|
apc:mp_default_value="false"
|
||||||
apc:mp_key="@string/nc_settings_use_credentials_key"
|
apc:mp_key="@string/nc_settings_use_credentials_key"
|
||||||
apc:mp_show_value="onRight"
|
apc:mp_show_value="onBottom"
|
||||||
apc:mp_title="@string/nc_settings_use_credentials_title">
|
apc:mp_title="@string/nc_settings_use_credentials_title">
|
||||||
|
|
||||||
</com.yarolegovich.mp.MaterialSwitchPreference>
|
</com.yarolegovich.mp.MaterialSwitchPreference>
|
||||||
|
Loading…
Reference in New Issue
Block a user