Skip to content

Commit e93588a

Browse files
committed
use proper colors on some places
1 parent 01da232 commit e93588a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ android {
5858
}
5959

6060
dependencies {
61-
implementation 'com.simplemobiletools:commons:5.33.27'
61+
implementation 'com.simplemobiletools:commons:5.33.28'
6262
implementation 'com.github.Stericson:RootTools:df729dcb13'
6363
implementation 'com.github.Stericson:RootShell:1.6'
6464
implementation 'com.alexvasilkov:gesture-views:2.5.2'

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/adapters/ItemsAdapter.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,8 @@ class ItemsAdapter(activity: SimpleActivity, var listItems: MutableList<ListItem
752752

753753
item_check?.beVisibleIf(isSelected)
754754
if (isSelected) {
755-
item_check?.background?.applyColorFilter(primaryColor)
755+
item_check?.background?.applyColorFilter(adjustedPrimaryColor)
756+
item_check?.applyColorFilter(contrastColor)
756757
}
757758

758759
if (!isListViewType && !listItem.isDirectory) {

0 commit comments

Comments
 (0)