mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01: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)
|
adapter!!.addListener(this)
|
||||||
|
|
||||||
binding.swipeRefreshList.setOnRefreshListener(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