Updated previews for Album cover style

This commit is contained in:
h4h13 2019-02-26 22:45:48 +05:30
parent 41c2af0ed6
commit 675c2fe4fa
38 changed files with 7 additions and 15 deletions

View file

@ -29,6 +29,7 @@ public class StatusBarMarginFrameLayout extends FrameLayout {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
MarginLayoutParams lp = (MarginLayoutParams) getLayoutParams();
lp.topMargin = insets.getSystemWindowInsetTop();
lp.bottomMargin = insets.getSystemWindowInsetBottom();
setLayoutParams(lp);
}
return super.onApplyWindowInsets(insets);