mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-20 00:55:20 +01:00
Revert "Added Circular Std and a toggle to use it"
This reverts commit 02b72551
This commit is contained in:
parent
c974d7fefc
commit
5589fab2c6
14 changed files with 3 additions and 47 deletions
|
@ -115,10 +115,8 @@ fun SeekBar.addAccentColor() {
|
|||
|
||||
fun Slider.accent() {
|
||||
if (materialYou) return
|
||||
val accentColor = context.accentColor()
|
||||
thumbTintList = accentColor.colorStateList
|
||||
trackActiveTintList = accentColor.colorStateList
|
||||
trackInactiveTintList = ColorUtil.withAlpha(accentColor, 0.1F).colorStateList
|
||||
trackActiveTintList = context.accentColor().colorStateList
|
||||
trackInactiveTintList = context.accentColorVariant().colorStateList
|
||||
}
|
||||
|
||||
fun Button.accentTextColor() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue