updating commons
This commit is contained in:
parent
c9adb349ae
commit
6fb08e2834
3 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:3b96b27e70'
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:2394310c39'
|
||||
implementation 'com.github.Stericson:RootTools:df729dcb13'
|
||||
implementation 'com.github.Stericson:RootShell:1.6'
|
||||
implementation 'com.alexvasilkov:gesture-views:2.5.2'
|
||||
|
|
|
@ -63,7 +63,7 @@ class MimeTypesActivity : SimpleActivity(), ItemOperationsListener {
|
|||
}
|
||||
|
||||
val adjustedPrimaryColor = getAdjustedPrimaryColor()
|
||||
mimetypes_fastscroller.updateColors(adjustedPrimaryColor, adjustedPrimaryColor.getContrastColor())
|
||||
mimetypes_fastscroller.updateColors(adjustedPrimaryColor)
|
||||
}
|
||||
|
||||
override fun onCreateOptionsMenu(menu: Menu): Boolean {
|
||||
|
|
|
@ -59,7 +59,7 @@ class ItemsFragment(context: Context, attributeSet: AttributeSet) : MyViewPagerF
|
|||
initDrawables()
|
||||
}
|
||||
|
||||
items_fastscroller.updateColors(primaryColor, primaryColor.getContrastColor())
|
||||
items_fastscroller.updateColors(primaryColor)
|
||||
|
||||
if (currentPath != "") {
|
||||
breadcrumbs.updateColor(textColor)
|
||||
|
|
Loading…
Reference in a new issue