summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-01-25 16:04:19 +0100
committerAlbin <albin@mullvad.net>2023-01-26 10:04:25 +0100
commitb7c85da618e0966c857e63ceb22aa76076f7112e (patch)
treee33212039594e36fcc53096328ecf0cd34a483d5 /android
parente97c43abc69eb84c117c980cd683936a5392b995 (diff)
downloadmullvadvpn-b7c85da618e0966c857e63ceb22aa76076f7112e.tar.xz
mullvadvpn-b7c85da618e0966c857e63ceb22aa76076f7112e.zip
Replace launch logo with vector
Diffstat (limited to 'android')
-rw-r--r--android/app/src/main/res/layout/launch.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/android/app/src/main/res/layout/launch.xml b/android/app/src/main/res/layout/launch.xml
index a6ae06f1ca..24c2fa6350 100644
--- a/android/app/src/main/res/layout/launch.xml
+++ b/android/app/src/main/res/layout/launch.xml
@@ -1,4 +1,5 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageButton android:id="@+id/settings"
@@ -17,16 +18,15 @@
android:gravity="center">
<ImageView android:layout_width="120dp"
android:layout_height="120dp"
- android:layout_marginBottom="5dp"
android:src="@drawable/launch_logo" />
- <TextView android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginBottom="4dp"
- android:textColor="@color/white60"
- android:textSize="@dimen/text_big"
- android:textStyle="bold"
- android:text="@string/app_name"
- android:textAllCaps="true" />
+ <ImageView android:layout_height="18dp"
+ android:layout_width="wrap_content"
+ android:layout_marginTop="12dp"
+ android:layout_marginBottom="5dp"
+ android:adjustViewBounds="true"
+ android:scaleType="fitCenter"
+ app:tint="@color/white60"
+ android:src="@drawable/logo_text" />
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/white40"