From 2a320dc04d6deb22116ebfd302d6f898a15f23af Mon Sep 17 00:00:00 2001
From: Runt <qingingrunt2010@qq.com>
Date: Wed, 17 Aug 2022 13:29:58 +0000
Subject: [PATCH] 日期转换问题

---
 app/src/main/res/layout/activity_splash.xml |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/app/src/main/res/layout/activity_splash.xml b/app/src/main/res/layout/activity_splash.xml
index 70a0b97..9003eef 100644
--- a/app/src/main/res/layout/activity_splash.xml
+++ b/app/src/main/res/layout/activity_splash.xml
@@ -6,16 +6,16 @@
     android:layout_height="match_parent"
     android:orientation="vertical" >
 
-    <ImageView
+
+    <TextView
+        android:text="MVVM\nOPEN"
+        android:textStyle="bold"
+        android:textSize="80dp"
+        android:letterSpacing="0.1"
+        android:textColor="@color/white"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
-        android:src="@mipmap/welcom"
-        android:scaleType="centerCrop"
-        />
-
-    <FrameLayout
-        android:id="@+id/splash_ad_container"
-        android:layout_width="match_parent"
-        android:layout_height="match_parent"   />
+        android:gravity="center"
+        android:background="@drawable/ic_launcher_background" />
 
 </RelativeLayout>
\ No newline at end of file

--
Gitblit v1.9.1