修复闹钟不自动播放问题

This commit is contained in:
2022-10-24 17:45:22 +08:00
parent 1f34c0a36e
commit 15e9854c48
9 changed files with 49 additions and 23 deletions

View File

@@ -64,7 +64,7 @@
android:layout_height="match_parent" />
<ImageView
android:id="@+id/imageView"
android:id="@+id/iv_cover"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</androidx.constraintlayout.widget.ConstraintLayout>