properly theme the loading spinner

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-09-02 18:54:31 +02:00 committed by Marcel Hibbe
parent fab51901f2
commit 7311971fe1
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -268,6 +268,8 @@ abstract class BrowserController(args: Bundle) :
adapter!!.addListener(this)
binding.swipeRefreshList.setOnRefreshListener(this)
binding.swipeRefreshList.setColorSchemeResources(R.color.colorPrimary)
binding.swipeRefreshList.setProgressBackgroundColorSchemeResource(R.color.refresh_spinner_background)
}
}