콘텐츠 플레이어

- 현재 재생 중인 콘텐츠 배경 변경
This commit is contained in:
2025-02-25 18:30:20 +09:00
parent 7d15179be0
commit 5d7db2d7e9
5 changed files with 31 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/color_333bb9f1" />
<corners android:radius="6.7dp" />
<stroke
android:width="1dp"
android:color="@color/color_333bb9f1" />
</shape>

View File

@@ -3,7 +3,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:padding="13.3dp">
<ImageView
android:id="@+id/iv_cover"