補上UI文件

This commit is contained in:
Raymond Yang
2023-03-09 18:00:13 +08:00
parent 6378f4d80f
commit 992dd860d9
4 changed files with 266 additions and 6 deletions
@@ -57,4 +57,15 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<Button
android:id="@+id/btnRetry"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Retry"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="@+id/videoView"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@+id/videoView" />
</androidx.constraintlayout.widget.ConstraintLayout>