diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-03-16 16:08:28 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-03-16 16:16:37 +0000 |
| commit | 608598be78d4e8a6b81580c9866c2989c2f1fbd5 (patch) | |
| tree | f1ee6cc2117640b347dfc8c38d737af6689e9827 /android/src | |
| parent | 1e68071f0c4d6cb518c54cfe4f86b0e5380cda8c (diff) | |
| download | mullvadvpn-608598be78d4e8a6b81580c9866c2989c2f1fbd5.tar.xz mullvadvpn-608598be78d4e8a6b81580c9866c2989c2f1fbd5.zip | |
Update logo image size in the app screens
Diffstat (limited to 'android/src')
| -rw-r--r-- | android/src/main/res/layout/connect.xml | 2 | ||||
| -rw-r--r-- | android/src/main/res/layout/login.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/android/src/main/res/layout/connect.xml b/android/src/main/res/layout/connect.xml index f6a8f7f96b..52d418a639 100644 --- a/android/src/main/res/layout/connect.xml +++ b/android/src/main/res/layout/connect.xml @@ -11,7 +11,7 @@ android:gravity="center_vertical" android:background="@color/red" android:elevation="0.5dp"> - <ImageView android:layout_width="49dp" + <ImageView android:layout_width="50dp" android:layout_height="50dp" android:layout_marginLeft="12dp" android:layout_marginVertical="12dp" diff --git a/android/src/main/res/layout/login.xml b/android/src/main/res/layout/login.xml index af96d95315..dc52d47c4f 100644 --- a/android/src/main/res/layout/login.xml +++ b/android/src/main/res/layout/login.xml @@ -8,7 +8,7 @@ android:layout_weight="0" android:orientation="horizontal" android:gravity="center_vertical"> - <ImageView android:layout_width="49dp" + <ImageView android:layout_width="50dp" android:layout_height="50dp" android:layout_weight="0" android:layout_marginLeft="12dp" |
