全志Launcher代码首次提交
This commit is contained in:
36
app/src/main/res/layout/activity_splash_screen.xml
Normal file
36
app/src/main/res/layout/activity_splash_screen.xml
Normal 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>
|
||||
Reference in New Issue
Block a user