naturs
naturs
想对Fragment进行侧滑关闭,目前是按照 #35 的做法来的,但sliding这种效果不知道怎样实现
用自带的示例测试,从ParamsActivity(导航栏背景蓝色,图标白色)跳到WhiteBarActivity(导航栏背景白色,图标灰色),他们各自都没有调用过navigationBarDarkIcon()相关方法,但图标却能够自动变色。 在自己的代码中有时候想让导航栏图标变色就是变不了,好像`SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR`这个属性并没有起作用。 请问您知道这是什么原因吗?
i don't know what is mean, float xDiff = Math.abs(DynamicGridUtils.getViewX(view) - DynamicGridUtils.getViewX(mobileView)); float yDiff = Math.abs(DynamicGridUtils.getViewY(view) - DynamicGridUtils.getViewY(mobileView)); beacause they are always 0.0f. All views have the same widht and...
what the mBaseMatrix、mSuppMatrix、mNextMatrix、mDisplayMatrix represent? Thank you!