mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-04-25 07:28:47 +02:00
use adjusted primary color at fastscroller
This commit is contained in:
parent
e25ddbc115
commit
757e6a0797
@ -59,7 +59,7 @@ class ItemsFragment(context: Context, attributeSet: AttributeSet) : MyViewPagerF
|
|||||||
initDrawables()
|
initDrawables()
|
||||||
}
|
}
|
||||||
|
|
||||||
items_fastscroller.updateColors(primaryColor)
|
items_fastscroller.updateColors(context!!.getAdjustedPrimaryColor())
|
||||||
|
|
||||||
if (currentPath != "") {
|
if (currentPath != "") {
|
||||||
breadcrumbs.updateColor(textColor)
|
breadcrumbs.updateColor(textColor)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user