Android 4.4不拾取背景图像

Android 4.4不拾取背景图像,android,background,android-linearlayout,android-4.4-kitkat,Android,Background,Android Linearlayout,Android 4.4 Kitkat,我有一个索尼Xperia Z2安卓4.4.2,没有显示线性布局的背景图像,而是显示白色背景。这个背景在emulator和3个不同的android 4.2及更低版本的设备中完美地显示出来。 图像存储在所有可绘制文件夹中(可绘制xxhdpi、可绘制xhdpi..) XML如下所示: <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/

我有一个索尼Xperia Z2安卓4.4.2,没有显示线性布局的背景图像,而是显示白色背景。这个背景在emulator和3个不同的android 4.2及更低版本的设备中完美地显示出来。 图像存储在所有可绘制文件夹中(可绘制xxhdpi、可绘制xhdpi..) XML如下所示:

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/com.devadvance.circulartest"
xmlns:tools="http://schemas.android.com/tools"
xmlns:android1="http://schemas.android.com/apk/res/android"
android:id="@+id/ScrollView04"
android:layout_width="fill_parent"
android1:layout_height="wrap_content"
android1:background="@drawable/fondosolo"
tools:ignore="NewApi,UnusedNamespace" >
<LinearLayout
android:id="@+id/layoutrutinaactor"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android1:background="@drawable/fondosolo" >

<ImageView
    android1:id="@+id/cabeceraactor"
    android1:layout_width="wrap_content"
    android1:layout_height="wrap_content"
    android1:src="@drawable/cabecerastallone" />

<ImageView
    android:id="@+id/imagenRutinaActor"
    android:layout_width="800dp"
    android:layout_height="wrap_content"
    android:layout_marginLeft="-220.5dp"
    android:src="@drawable/imgsyl" />

<ImageView
    android1:id="@+id/imgestado"
    android1:layout_width="70dp"
    android1:layout_height="15dp"
    android1:layout_gravity="center_horizontal"
    android1:layout_marginTop="5dp"
    android1:src="@drawable/indicadorimgs2" />

<ImageView
    android1:id="@+id/textoactor"
    android1:layout_width="fill_parent"
    android1:layout_height="wrap_content"
    android1:layout_marginTop="30dp"
    android1:src="@drawable/textsyl" />

<Button
    android1:id="@+id/btnejercicios"
    android1:layout_width="fill_parent"
    android1:layout_height="wrap_content"
    android1:layout_marginTop="57dp"
    android1:background="@drawable/btnejercicios" />

<Button
    android1:id="@+id/btneliperfil"
    android1:layout_width="fill_parent"
    android1:layout_height="wrap_content"
    android1:layout_marginTop="25dp"
    android1:background="@drawable/btndieta" />

</LinearLayout>

</ScrollView>


如何修复此错误?

我以前也遇到过类似的问题,缩小了图像的大小,将其放置在此处提到的可保留绘图文件夹中,效果非常好。

当然,它可能有很长的高度。没关系。我要求的是缩小尺寸,而不是高度。大小为53,2KB,尺寸为1080x4113px