0

在查看图形布局时,一切看起来都很棒。但是当我将它部署到我的设备时,右侧的木板图像丢失了。

我将如何解决这个问题?

这是我的 XML:

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical"
    android:background="@drawable/grid"
    tools:context=".FullscreenActivity" >

    <!--
         The primary full-screen view. This can be replaced with whatever view
         is needed to present your content, e.g. VideoView, SurfaceView,
         TextureView, etc.
    -->

    <TextView
        android:id="@+id/fullscreen_content"
        android:layout_width="fill_parent"
        android:layout_height="75dip"
        android:orientation="vertical"
        android:background="@drawable/blue" 
        android:layout_gravity="top" />



</FrameLayout>
4

0 回答 0