Add indent from status bar in landscape
This commit is contained in:
parent
8c8366710d
commit
1b790bced4
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ public class ShareMenuFragment extends Fragment implements OnItemClickListener {
|
|||
|
||||
View mainView = view.findViewById(R.id.main_view);
|
||||
if (menu.isLandscapeLayout()) {
|
||||
AndroidUtils.addStatusBarPadding21v(getContext(), view);
|
||||
AndroidUtils.setBackground(view.getContext(), mainView, !menu.isLight(),
|
||||
R.drawable.bg_left_menu_light, R.drawable.bg_left_menu_dark);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue