- 볼륨 설정 추가
This commit is contained in:
2024-08-09 15:22:17 +09:00
parent 00774739ed
commit b56a0d58bf
8 changed files with 420 additions and 3 deletions

View File

@@ -150,6 +150,21 @@
android:src="@drawable/ic_forward" />
</RelativeLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="21dp"
android:text="볼륨"
android:textColor="@color/color_eeeeee"
android:textSize="14.7sp" />
<SeekBar
android:id="@+id/sb_volume"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginVertical="13.3dp"
android:padding="0dp" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"