设备:HTC Sensation 操作系统:4.0.3 解析度: 问题: 1在底部,我们看到屏幕的灰色部分 2进度条覆盖状态栏的一部分
布局
<?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>