-2

在我的布局文件中:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:paddingBottom="@dimen/activity_vertical_margin"
    android:paddingLeft="@dimen/activity_horizontal_margin"
    android:paddingRight="@dimen/activity_horizontal_margin"
    android:paddingTop="@dimen/activity_vertical_margin"
    android:background="@drawable/theme"
    tools:context=".MainActivity" >
    ...
</RelativeLayout>

我在图形布局中看到。主题设置为我想要的,我在 Galaxy Note 3 中运行,它只是白色的。当我设置另一个图像时,没关系。我不知道原因。你能告诉我我该怎么做吗?

4

1 回答 1

0

可能是您的图像具有非常高的分辨率或非常低的分辨率,从代码中很难分辨,但是从您编写的内容来看,当您设置其他图像时它运行良好,这是唯一的结论。

于 2014-05-10T17:10:11.910 回答