Commit a3af0d7e authored by guest's avatar guest

修改启动页

parent a4d0efe0
......@@ -33,7 +33,7 @@ class TaskManager {
}
fun startProgress() {
binding.idLlTishi.isVisible=false
binding.idLlTishi.visibility=View.INVISIBLE
binding.idTvStart.isVisible = false
binding.llStart.visibility = View.GONE
binding.llProgress.visibility = View.VISIBLE
......
......@@ -4,16 +4,31 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/splash_bp"
android:background="@color/white"
android:gravity="center_horizontal"
android:orientation="vertical">
<androidx.appcompat.widget.AppCompatImageView
android:layout_width="98dp"
android:layout_height="98dp"
android:layout_marginTop="130dp"
android:src="@mipmap/logo" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:text="@string/app_name"
android:textStyle="bold"
android:textColor="#000000"
android:textSize="19sp" />
<com.noober.background.view.BLLinearLayout
android:id="@+id/id_ll_tishi"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="14dp"
android:layout_marginTop="300dp"
android:layout_marginTop="42dp"
android:orientation="vertical"
app:bl_corners_radius="25dp"
app:bl_solid_color="#F4F4F4">
......@@ -52,22 +67,12 @@
android:textSize="10sp" />
</com.noober.background.view.BLLinearLayout>
<View
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_weight="1" />
<View
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_weight="2" />
<LinearLayout
android:id="@+id/ll_progress"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="49dp"
android:layout_marginBottom="20dp"
android:gravity="center_horizontal"
android:orientation="vertical"
android:visibility="gone">
......@@ -109,6 +114,7 @@
android:id="@+id/ll_start"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="30dp"
android:orientation="vertical">
<LinearLayout
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment