niorgai / StatusBarCompat

Status Bar Utils ---- Change Status Bar Mode Simply
http://niorgai.github.io/2016/03/20/Android-transulcent-status-bar/
MIT License
2.16k stars 349 forks source link

设置window透明后,Activity进出默认动画被强制更改了 #17

Closed chenwulue closed 5 years ago

chenwulue commented 7 years ago

apptheme里增加<item name="android:windowIsTranslucent">true</item>后,动画有变

niorgai commented 7 years ago

不需要设置啊。。

chenwulue commented 7 years ago

是写其它功能要用到这个属性的时候 动画被改了,如果不用你的库,动画是不会被改的

niorgai commented 7 years ago

怎么重现呢?

chenwulue commented 7 years ago

你往你的demo加上true就重现了吧

niorgai commented 7 years ago

并不能..我没看出什么不同的

chenwulue commented 7 years ago

oh no ... 只有4.4机型才会,我手头上的机型

niorgai commented 7 years ago

@chenwulue 好不容易找了一台4.4的。。还是没看出来问题在哪

niorgai commented 7 years ago

好像偶然重现了这个问题, 好像是 windowBackground 会影响系统动画. 不过我也没想到什么好方法...