summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/splash.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/splash.xml')
-rw-r--r--app/src/main/res/layout/splash.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/splash.xml b/app/src/main/res/layout/splash.xml
index f542838..4dc1b56 100644
--- a/app/src/main/res/layout/splash.xml
+++ b/app/src/main/res/layout/splash.xml
@@ -26,10 +26,12 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="8dp"
+ android:gravity="center_horizontal|center_vertical"
android:text="xManager"
android:textSize="25sp"
android:textStyle="bold"
android:textColor="#FFFFFF"
- android:translationY="-50.0dp" />
+ android:translationY="-50.0dp"
+ android:layout_gravity="center_horizontal|center_vertical" />
</LinearLayout>
</LinearLayout>