diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-07-02 23:00:20 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-07-15 12:52:17 +0000 |
| commit | f6a087578280f1939abb86eef809b2744b2bf9d7 (patch) | |
| tree | 44411c491e001aacf84d10a478d318a8ec76b8be /android/src/main/res/layout | |
| parent | 6238299c288f36d909a6166e4ef8b371cc43e065 (diff) | |
| download | mullvadvpn-f6a087578280f1939abb86eef809b2744b2bf9d7.tar.xz mullvadvpn-f6a087578280f1939abb86eef809b2744b2bf9d7.zip | |
Add "Exclude applications" header
Diffstat (limited to 'android/src/main/res/layout')
| -rw-r--r-- | android/src/main/res/layout/split_tunnelling_header.xml | 16 |
1 files changed, 16 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> |
