Fix height
This commit is contained in:
parent
b79f3e2d03
commit
980cdafedd
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ public class MapRouteInfoMenuFragment extends Fragment {
|
||||||
|
|
||||||
menu = mapActivity.getMapLayers().getMapControlsLayer().getMapRouteInfoMenu();
|
menu = mapActivity.getMapLayers().getMapControlsLayer().getMapRouteInfoMenu();
|
||||||
View view = inflater.inflate(R.layout.plan_route_info, container, false);
|
View view = inflater.inflate(R.layout.plan_route_info, container, false);
|
||||||
|
if (!AndroidUiHelper.isOrientationPortrait(getActivity())) {
|
||||||
|
AndroidUtils.addStatusBarPadding21v(getActivity(), view);
|
||||||
|
}
|
||||||
if (menu == null) {
|
if (menu == null) {
|
||||||
return view;
|
return view;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue