[SeekBar 小阴影删除]
This commit is contained in:
yangyakun
2024-03-21 16:46:35 +08:00
parent 2f9df646a0
commit 19b637ef2b
2 changed files with 4 additions and 1 deletions

View File

@@ -78,7 +78,9 @@
android:paddingStart="@dimen/dp_0"
android:paddingEnd="@dimen/dp_0"
android:id="@+id/sb_musuc_progess"
android:thumb="@drawable/charter_p_music_seekbar_thumb"
android:splitTrack="false"
android:background="@null"
android:thumb="@null"
android:duplicateParentState="true"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"

View File

@@ -67,6 +67,7 @@
android:paddingEnd="@dimen/dp_0"
android:id="@+id/sb_musuc_progess"
android:thumb="@null"
android:background="@null"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@+id/tv_tag"