Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83b87ad3 authored by narinder Rana's avatar narinder Rana
Browse files

update backup now button color value

parent aa7248ec
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -108,9 +108,12 @@ class BackupController : QkController<BackupView, BackupState, BackupPresenter>(

        progressBar.indeterminateTintList = ColorStateList.valueOf(ContextCompat.getColor(progressBar.context, R.color.tools_theme))
        progressBar.progressTintList = ColorStateList.valueOf(ContextCompat.getColor(progressBar.context, R.color.tools_theme))
        fabIcon.setTint(ContextCompat.getColor(fabIcon.context, R.color.tools_theme))
        fabLabel.setTextColor(ContextCompat.getColor(fabIcon.context, R.color.tools_theme))
//        fabIcon.setTint(ContextCompat.getColor(fabIcon.context, R.color.tools_theme))
//        fabLabel.setTextColor(ContextCompat.getColor(fabIcon.context, R.color.tools_theme))

        fabIcon.setTint(ContextCompat.getColor(fabIcon.context, R.color.colorPrimaryDark))
        fabLabel.setTextColor(ContextCompat.getColor(fabIcon.context, R.color.colorPrimaryDark))
        fab.setBackgroundTint(ContextCompat.getColor(fabIcon.context, R.color.tools_theme))

        // Make the list titles bold
        linearLayout.children