From c5f44333881c141e8791ceb9d373919260a5b4f7 Mon Sep 17 00:00:00 2001
From: nilupeng <qingingrunt2010@qq.com>
Date: Tue, 09 Aug 2022 04:51:36 +0000
Subject: [PATCH] 短信倒计时优化,其他优化

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

diff --git a/app/src/main/res/layout/activity_splash.xml b/app/src/main/res/layout/activity_splash.xml
index 70a0b97..ad20990 100644
--- a/app/src/main/res/layout/activity_splash.xml
+++ b/app/src/main/res/layout/activity_splash.xml
@@ -13,9 +13,5 @@
         android:scaleType="centerCrop"
         />
 
-    <FrameLayout
-        android:id="@+id/splash_ad_container"
-        android:layout_width="match_parent"
-        android:layout_height="match_parent"   />
 
 </RelativeLayout>
\ No newline at end of file

--
Gitblit v1.9.1