diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-15 13:56:45 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-18 13:13:31 +0000 |
| commit | 545057cdaf79901a1afe3acde1fad73862d75c16 (patch) | |
| tree | bcf03019b6bbbfa3601a663b798cab9089b553ab /android/src | |
| parent | d42d49d8125fbaf532ea22941784ccff56f6ba7e (diff) | |
| download | mullvadvpn-545057cdaf79901a1afe3acde1fad73862d75c16.tar.xz mullvadvpn-545057cdaf79901a1afe3acde1fad73862d75c16.zip | |
Tweak Preferences screen
Diffstat (limited to 'android/src')
| -rw-r--r-- | android/src/main/res/layout/preferences.xml | 2 |
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" /> |
