Open user32338 opened 8 years ago
@user32338 I found a hack for this problem. Just put <integer name="blur_dialog_animation_duration">0</integer>
in your dimens.xml (or any other resources file). This will skip animation of blurring the background. Although this is not a real solution, jumping background will be barely noticeable.
no solution?
I found a workaround, in your style, set <item name="android:windowTranslucentStatus">true</item>
. this will cause the isStatusBarTranslucent() return true and make the calculation correct
when use android:fitsSystemWindows="true" background jumping