在我的布局文件中:
<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 中运行,它只是白色的。当我设置另一个图像时,没关系。我不知道原因。你能告诉我我该怎么做吗?