线性布局背景图像在少数设备上不可见

时间:2017-02-22 11:41:22

标签: android image background

我使用线性布局为屏幕设置背景图像,它在模拟器,三星J7和三星二重奏上可见但在galaxy S5上不可见。为什么会出现这种差异?如何添加到图像作为线性布局的背景资源。这是我已经完成的xml文件。

 <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical" android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/bg">

</LinearLayout>

1 个答案:

答案 0 :(得分:0)

好吧,为了解决这个问题:

您可以通过为背景提供颜色来检查代码的执行情况,因为图像可能存在分辨率问题,可能无法显示。

因此,为了解决此解决方案问题,您应该在hdpi,xhdpi,mdpi文件夹中提供不同大小的图像。