From 5249552bd31793c3ca502a4540d6c81ded35638f Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 21 Aug 2018 02:12:20 +0200 Subject: Make network info selectable --- .../res/layout/status_network_info_fragment.xml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'app') diff --git a/app/src/main/res/layout/status_network_info_fragment.xml b/app/src/main/res/layout/status_network_info_fragment.xml index 6bd2b30..1013470 100644 --- a/app/src/main/res/layout/status_network_info_fragment.xml +++ b/app/src/main/res/layout/status_network_info_fragment.xml @@ -49,7 +49,8 @@ + android:text="@{listFormatter.formatList(vpnInterfaceConfiguration.addresses)}" + android:textIsSelectable="true"/> @@ -61,7 +62,8 @@ + android:text="@{listFormatter.formatList(vpnInterfaceConfiguration.routes)}" + android:textIsSelectable="true"/> @@ -73,7 +75,8 @@ + android:text="@{listFormatter.formatList(vpnInterfaceConfiguration.dnsServers)}" + android:textIsSelectable="true"/> @@ -85,7 +88,8 @@ + android:text="@{listFormatter.formatList(vpnInterfaceConfiguration.searchDomains)}" + android:textIsSelectable="true"/> @@ -99,7 +103,8 @@ + android:text="@{listFormatter.formatList(vpnInterfaceConfiguration.allowedApplications)}" + android:textIsSelectable="true"/> @@ -113,7 +118,8 @@ + android:text="@{listFormatter.formatList(vpnInterfaceConfiguration.disallowedApplications)}" + android:textIsSelectable="true"/> @@ -125,7 +131,8 @@ + android:text="@{vpnInterfaceConfiguration.allowBypass ? @string/status_network_info_yes_value : @string/status_network_info_no_value}" + android:textIsSelectable="true"/> -- cgit v1.2.3