Skip to content

Commit

Permalink
Improved the default slider design
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaswww authored Jul 16, 2024
1 parent 35f40da commit 9dbe7ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/res/layout/full_player.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@
android:value="0"
android:visibility="gone"
app:labelBehavior="gone"
app:thumbHeight="0dp"
app:thumbWidth="0dp"
app:thumbTrackGapSize="2dp"
app:trackHeight="6dp"
app:thumbHeight="24dp"
app:thumbWidth="4dp"
app:thumbTrackGapSize="4dp"
app:trackHeight="11dp"
tools:value="0.5"
tools:visibility="visible" />

Expand Down

0 comments on commit 9dbe7ba

Please sign in to comment.