diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-06-24 00:27:04 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-07-30 10:34:30 +0000 |
| commit | 89b48326c60fe2ce87418fbab799d71bfef7e215 (patch) | |
| tree | 4e8ef45cfdf29873f30a64dc61cac63b49f126e5 /android/src/main/res/layout | |
| parent | e90a5813f79f4a37292a855a049fdf07ddb49322 (diff) | |
| download | mullvadvpn-89b48326c60fe2ce87418fbab799d71bfef7e215.tar.xz mullvadvpn-89b48326c60fe2ce87418fbab799d71bfef7e215.zip | |
Open download page when App version is pressed
Diffstat (limited to 'android/src/main/res/layout')
| -rw-r--r-- | android/src/main/res/layout/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/layout/settings.xml b/android/src/main/res/layout/settings.xml index 1068da3c40..fd86678a75 100644 --- a/android/src/main/res/layout/settings.xml +++ b/android/src/main/res/layout/settings.xml @@ -64,7 +64,7 @@ android:src="@drawable/icon_chevron" /> </LinearLayout> - <LinearLayout + <LinearLayout android:id="@+id/app_version" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="24dp" |
