summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-07-02 23:00:20 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-07-15 12:52:17 +0000
commitf6a087578280f1939abb86eef809b2744b2bf9d7 (patch)
tree44411c491e001aacf84d10a478d318a8ec76b8be /android/src
parent6238299c288f36d909a6166e4ef8b371cc43e065 (diff)
downloadmullvadvpn-f6a087578280f1939abb86eef809b2744b2bf9d7.tar.xz
mullvadvpn-f6a087578280f1939abb86eef809b2744b2bf9d7.zip
Add "Exclude applications" header
Diffstat (limited to 'android/src')
-rw-r--r--android/src/main/res/layout/split_tunnelling_header.xml16
-rw-r--r--android/src/main/res/values/strings.xml1
2 files changed, 17 insertions, 0 deletions
diff --git a/android/src/main/res/layout/split_tunnelling_header.xml b/android/src/main/res/layout/split_tunnelling_header.xml
index 0fd8abc45b..93be03e279 100644
--- a/android/src/main/res/layout/split_tunnelling_header.xml
+++ b/android/src/main/res/layout/split_tunnelling_header.xml
@@ -42,4 +42,20 @@
android:layout_height="32dp"
android:layout_weight="0" />
</LinearLayout>
+ <LinearLayout android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="24dp"
+ android:paddingHorizontal="16dp"
+ android:background="@drawable/cell_button_background"
+ android:gravity="center">
+ <TextView android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:paddingHorizontal="8dp"
+ android:paddingVertical="17dp"
+ android:textColor="@color/white"
+ android:textSize="20sp"
+ android:textStyle="bold"
+ android:text="@string/exclude_applications" />
+ </LinearLayout>
</LinearLayout>
diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml
index 623d3f1fa4..f25e782df6 100644
--- a/android/src/main/res/values/strings.xml
+++ b/android/src/main/res/values/strings.xml
@@ -163,6 +163,7 @@
<string name="split_tunnelling_description">Split tunnelling makes it possible to select which
applications should not be routed through the VPN tunnel.</string>
<string name="enabled">Enabled</string>
+ <string name="exclude_applications">Exclude applications</string>
<string name="account_url">https://mullvad.net/en/account</string>
<string name="wg_key_url">https://mullvad.net/account/ports</string>
<string name="create_account_url">https://mullvad.net/en/account/create</string>