mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-19 13:41:26 +00:00
properly theme the loading spinner
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
fab51901f2
commit
7311971fe1
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user