forked from organicmaps/organicmaps
[android] review fixes.
This commit is contained in:
parent
a0272693cf
commit
bbc497ef83
1 changed files with 5 additions and 0 deletions
|
@ -421,10 +421,15 @@ public final class UiUtils
|
|||
return;
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP)
|
||||
{
|
||||
activity.getWindow().getDecorView().setSystemUiVisibility(
|
||||
View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN);
|
||||
}
|
||||
else
|
||||
{
|
||||
activity.getWindow().addFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS);
|
||||
}
|
||||
|
||||
View statusBarTintView = new View(activity);
|
||||
FrameLayout.LayoutParams params = new FrameLayout.LayoutParams(FrameLayout.LayoutParams.MATCH_PARENT, getStatusBarHeight(activity));
|
||||
params.gravity = Gravity.TOP;
|
||||
|
|
Loading…
Add table
Reference in a new issue