Files
SNFLauncherMain_AllWinner/app/src/main/res/layout/activity_splash_screen.xml
康述龙 e10fe43759 1.ADManager处理安装apk重启设备安装应用回调不严谨误删安装APK
2.ADManager 处理同一个广告位更新广告数据后未上报前重启未清除之前已上报的信息
3.Manifest 文件application标签添加persistent阻止Launcher轻易被杀死
4.开屏自定义View xml文件属性更正
2025-12-25 15:05:53 +08:00

37 lines
1.1 KiB
XML

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@color/bg"
tools:context=".ui.Launcher"
tools:ignore="MergeRootFrame">
<com.ik.mboxlauncher.view.HomeMultiView
android:id="@+id/ad_splash_view"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<com.ik.mboxlauncher.view.CountdownTimeTextView
android:id="@+id/txt_time"
android:layout_margin="15dp"
android:layout_width="wrap_content"
android:textStyle="bold"
android:textSize="30sp"
android:layout_alignParentTop="true"
android:layout_alignParentRight="true"
android:layout_height="wrap_content"/>
<com.ik.mboxlauncher.view.LoadingView
android:id="@+id/loading_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:visibility="gone"
/>
</RelativeLayout>