添加闪屏页相关逻辑,界面待实现

This commit is contained in:
tongchenfei
2020-07-16 17:22:53 +08:00
parent efcc63b3fa
commit 1c0b58fb3d
5 changed files with 53 additions and 7 deletions

View File

@@ -20,4 +20,16 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/tvCountDown"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="20dp"
android:text="5"
android:textColor="#000"
android:textSize="30sp"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>