详情页下拉刷新 close #2912
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user