summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com>2023-02-23 19:26:45 +0100
committerGitHub <noreply@github.com>2023-02-23 19:26:45 +0100
commit9363e505dc51c614d0e297084687947cc00900fd (patch)
tree0e28bee2ddcf5ec4f5eab08a60df51fa24fac739
parentUpdate main.xml (diff)
downloadxManager-9363e505dc51c614d0e297084687947cc00900fd.tar
xManager-9363e505dc51c614d0e297084687947cc00900fd.tar.gz
xManager-9363e505dc51c614d0e297084687947cc00900fd.tar.bz2
xManager-9363e505dc51c614d0e297084687947cc00900fd.tar.lz
xManager-9363e505dc51c614d0e297084687947cc00900fd.tar.xz
xManager-9363e505dc51c614d0e297084687947cc00900fd.tar.zst
xManager-9363e505dc51c614d0e297084687947cc00900fd.zip
-rw-r--r--app/src/main/res/layout/splash.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/layout/splash.xml b/app/src/main/res/layout/splash.xml
index 4dc1b56..4df7f55 100644
--- a/app/src/main/res/layout/splash.xml
+++ b/app/src/main/res/layout/splash.xml
@@ -17,10 +17,10 @@
android:id="@+id/icon_splash"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:src="@drawable/splash"
+ android:src="@drawable/default_image"
android:scaleType="center"
- android:scaleX="0.75"
- android:scaleY="0.75" />
+ android:scaleX="0.85"
+ android:scaleY="0.85" />
<TextView
android:id="@+id/title_splash"
android:layout_width="wrap_content"
@@ -31,7 +31,7 @@
android:textSize="25sp"
android:textStyle="bold"
android:textColor="#FFFFFF"
- android:translationY="-50.0dp"
+ android:translationY="-35.0dp"
android:layout_gravity="center_horizontal|center_vertical" />
</LinearLayout>
</LinearLayout>