详情页下拉刷新 close #2912

This commit is contained in:
Xwite
2023-03-26 10:40:37 +08:00
parent adfaa4c4ff
commit e33842835a
2 changed files with 2 additions and 1 deletions
@@ -112,7 +112,7 @@ class BookInfoActivity :
@SuppressLint("PrivateResource")
override fun onActivityCreated(savedInstanceState: Bundle?) {
binding.titleBar.setBackgroundResource(R.color.transparent)
binding.refreshLayout.setColorSchemeColors(accentColor)
binding.refreshLayout?.setColorSchemeColors(accentColor)
binding.arcView.setBgColor(backgroundColor)
binding.llInfo.setBackgroundColor(backgroundColor)
binding.scrollView.setBackgroundColor(backgroundColor)