Skip to content

修复GapBottomNavigationView凹陷不显示的问题;优化onDraw()

Latest
Compare
Choose a tag to compare
@ZYF99 ZYF99 released this 21 Oct 03:01
· 8 commits to master since this release

#替换凹陷半径设置方法为在xml中(删掉了fb_id):

        app:center_radius="32dp"
        app:corner_radius="12dp"
        app:shadow_length="4dp"

#修复GapBottomNavigationView的onDraw()死循环

        //setLayerType(LAYER_TYPE_SOFTWARE, paint)