summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-15 13:56:45 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-18 13:13:31 +0000
commit545057cdaf79901a1afe3acde1fad73862d75c16 (patch)
treebcf03019b6bbbfa3601a663b798cab9089b553ab /android/src
parentd42d49d8125fbaf532ea22941784ccff56f6ba7e (diff)
downloadmullvadvpn-545057cdaf79901a1afe3acde1fad73862d75c16.tar.xz
mullvadvpn-545057cdaf79901a1afe3acde1fad73862d75c16.zip
Tweak Preferences screen
Diffstat (limited to 'android/src')
-rw-r--r--android/src/main/res/layout/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/layout/preferences.xml b/android/src/main/res/layout/preferences.xml
index 05b9702a5e..b7423cb403 100644
--- a/android/src/main/res/layout/preferences.xml
+++ b/android/src/main/res/layout/preferences.xml
@@ -38,7 +38,7 @@
<TextView android:id="@+id/expanded_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginTop="4dp"
+ android:layout_marginTop="2dp"
android:layout_marginLeft="@dimen/side_margin"
android:text="@string/settings_preferences"
style="@style/SettingsExpandedHeader" />