diff options
author | Arne Schwabe <arne@rfc2549.org> | 2021-10-25 00:50:15 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2021-10-25 00:51:01 +0200 |
commit | 7fb58f6609802a03dc82169531badbad98d4c33d (patch) | |
tree | b9a185ecd87613fbf0b311e610f52a9908833fe2 /main/src/ui/res/xml | |
parent | af4a789df914732e65b05dae582ed21eed0d91b7 (diff) |
Implement custom summary provider for DNS
Diffstat (limited to 'main/src/ui/res/xml')
-rw-r--r-- | main/src/ui/res/xml/vpn_ipsettings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/ui/res/xml/vpn_ipsettings.xml b/main/src/ui/res/xml/vpn_ipsettings.xml index 2b03c694..66d7d114 100644 --- a/main/src/ui/res/xml/vpn_ipsettings.xml +++ b/main/src/ui/res/xml/vpn_ipsettings.xml @@ -47,12 +47,12 @@ android:dialogMessage="@string/dns1_summary" android:key="dns1" android:title="@string/dns_server" - app:useSimpleSummaryProvider="true" /> + /> <EditTextPreference android:dialogMessage="@string/secondary_dns_message" android:key="dns2" android:title="@string/backup_dns" - app:useSimpleSummaryProvider="true" /> + /> </PreferenceCategory> </PreferenceScreen>
\ No newline at end of file |