summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-06-03 19:41:27 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-06-04 14:00:10 +0000
commitd9df7a72e068e6e4a5546a9f3dfc44c48b1bc400 (patch)
tree2e816a4bbc6a15fd1d0a849e2e5581f7e3cd4427 /android
parenta30467b2d3015e3d8fbb2c27028428fce3d44182 (diff)
downloadmullvadvpn-d9df7a72e068e6e4a5546a9f3dfc44c48b1bc400.tar.xz
mullvadvpn-d9df7a72e068e6e4a5546a9f3dfc44c48b1bc400.zip
Add margin above button container
Diffstat (limited to 'android')
-rw-r--r--android/src/main/res/layout/welcome.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/src/main/res/layout/welcome.xml b/android/src/main/res/layout/welcome.xml
index e76ce2bb94..5c13b11837 100644
--- a/android/src/main/res/layout/welcome.xml
+++ b/android/src/main/res/layout/welcome.xml
@@ -81,6 +81,7 @@
android:layout_weight="1" />
<LinearLayout android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:layout_marginTop="16dp"
android:orientation="vertical"
android:padding="24dp"
android:background="@color/darkBlue">