summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2022-07-25 11:01:55 +0200
committerAlbin <albin@mullvad.net>2022-07-25 11:01:55 +0200
commit9fa4063cfba1bd9bf44ad54bce650284522d6ebb (patch)
treeed500729cea4a35cbb9ed7e49779c8d6474246b2
parentbaa4802b2e31b55133b3e8fc4ad5058a8ffd0496 (diff)
parent630e8e2a5e0dfb4c3a86774c634d9d04fe482f6e (diff)
downloadmullvadvpn-9fa4063cfba1bd9bf44ad54bce650284522d6ebb.tar.xz
mullvadvpn-9fa4063cfba1bd9bf44ad54bce650284522d6ebb.zip
Merge branch 'fix-spacing-in-advanced-settings'
-rw-r--r--android/app/src/main/res/layout/advanced_header.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/src/main/res/layout/advanced_header.xml b/android/app/src/main/res/layout/advanced_header.xml
index 0ef50737f7..70a583ea7c 100644
--- a/android/app/src/main/res/layout/advanced_header.xml
+++ b/android/app/src/main/res/layout/advanced_header.xml
@@ -22,7 +22,7 @@
<net.mullvad.mullvadvpn.ui.widget.NavigateCell android:id="@+id/split_tunneling"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="1dp"
+ android:layout_marginTop="@dimen/vertical_space"
mullvad:text="@string/split_tunneling" />
<net.mullvad.mullvadvpn.ui.widget.ToggleCell android:id="@+id/enable_custom_dns"
android:layout_width="match_parent"