diff options
| -rw-r--r-- | android/src/main/res/layout/split_tunnelling_header.xml | 16 | ||||
| -rw-r--r-- | android/src/main/res/values/strings.xml | 1 |
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> |
