Add indent from status bar in landscape

This commit is contained in:
Alexander Sytnyk 2017-12-07 12:44:13 +02:00
parent 8c8366710d
commit 1b790bced4

View file

@ -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 {