Android视图绘制封面状态栏

时间:2014-03-20 16:18:54

标签: android layout surfaceview

设备:HTC Sensation 操作系统:4.0.3 解析度: 问题: 1在底部,我们看到屏幕的灰色部分 2进度条覆盖状态栏的一部分

Here is the image

布局

<?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>

0 个答案:

没有答案