详情页下拉刷新 close #2912

This commit is contained in:
Xwite
2023-03-26 10:40:37 +08:00
parent 1d0996a412
commit a43d086328
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@
* 更新cronet: 111.0.5563.115
* 更新rhino: 1.7.14-2
* 修复bug
* 详情页下拉刷新
* 其中一些更新由 Xwite, Horis提供
**2023/03/21**
@@ -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)