mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-21 01:25:19 +01:00
Update Material design components to the latest verion
slider is only changed for md3 theme and weird animation is removed
This commit is contained in:
parent
1c49bdcd72
commit
31fd668c83
5 changed files with 3 additions and 9 deletions
|
@ -29,7 +29,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:maxHeight="2dp"
|
||||
style="@style/Widget.Retro.Slider"
|
||||
style="@style/Widget.Material3.Slider"
|
||||
app:layout_constraintEnd_toStartOf="@id/songTotalTime"
|
||||
app:layout_constraintStart_toEndOf="@id/songCurrentProgress"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
|
|
|
@ -256,7 +256,7 @@
|
|||
<item name="cornerSize">50%</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.Retro.Slider" parent="Widget.Material3.Slider">
|
||||
<style name="Widget.Retro.Slider" parent="Widget.Material3.Slider.Legacy">
|
||||
<item name="labelBehavior">gone</item>
|
||||
<item name="thumbRadius">6dp</item>
|
||||
<item name="haloRadius">18dp</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue