MagicIndicator
MagicIndicator copied to clipboard
requestLayout() improperly called by com.genuine.cloud.core.ui.view.IndicatorTitleView
W/View: requestLayout() improperly called by com.genuine.cloud.core.ui.view.IndicatorTitleView{9311d80 VFED..C.. ......ID 150,0-346,141} during layout: running second layout pass
第一次打开页面就会有这个 log,
已解决: override fun onSelected(index: Int, totalCount: Int) { setTypeface(Typeface.DEFAULT, Typeface.BOLD) } override fun onDeselected(index: Int, totalCount: Int) { typeface = Typeface.DEFAULT }
是由于设置了字体类型