feat: 优化首页多Tab导航页渲染速度

This commit is contained in:
叶子维
2024-09-26 13:51:39 +08:00
parent 773c9da941
commit cdae5e4427
12 changed files with 724 additions and 772 deletions

View File

@ -5,6 +5,6 @@ import com.gh.gamecenter.entity.BottomTab
interface ISearchToolbarTab {
fun onScrollChanged(totalHeight: Int, offset: Int, isDarkModeChanged: Boolean)
fun changeAppBarColor(color: Int, pageId: String)
fun setSearchStyle(searchStyle: BottomTab.SearchStyle)
fun updateSearchStyle(searchStyle: BottomTab.SearchStyle)
fun getCurrentTabIndex(): Int?
}