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

here image

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

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -