layout - Android view draws cover status bar -
device: htc sensation os: 4.0.3 resolution: problem: 1 on bottom see gray part of screen 2 progress bar cover part of status bar
layout
<?xml version="1.0" encoding="utf-8"?> <relativelayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" > <imageview android:id="@+id/background" android:layout_width="match_parent" android:layout_height="match_parent" /> <ru.freecode.archmage.android.view.gameprogressbar android:id="@+id/progress" android:layout_width="match_parent" android:layout_height="match_parent" /> <ru.freecode.archmage.android.view.surface.networkgamesurface android:id="@+id/surface" android:layout_width="match_parent" android:layout_height="match_parent" /> </relativelayout>
Comments
Post a Comment