全志Launcher代码首次提交

This commit is contained in:
2025-11-05 21:08:38 +08:00
commit 578f5739bf
299 changed files with 26334 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
<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.SplashscreenActivity"
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>