summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
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"