android:background="@drawable/bkg1"
Android工作室显示图片,但当应用在手机上运行时,不显示。
<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/bkg1" >
答案 0 :(得分:1)
问题可能在图片中,所以尝试使用此代码(如果它显示红色背景,然后考虑使用另一张图片)
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent" android:background="#c04444">
答案 1 :(得分:1)
请尝试在此布局上创建任何其他内容,例如创建按钮。如果按钮不可见,则表示未设置布局。如果它可见而不是尝试更改图像或从设备和构建项目卸载apk而不是运行。