Updated previews for Album cover style
This commit is contained in:
parent
41c2af0ed6
commit
675c2fe4fa
38 changed files with 7 additions and 15 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue