Kitkat没有拿起android:来自Layout XML文件的背景,Jelly还可以

时间:2014-02-27 07:45:37

标签: android android-manifest android-background

Android 4.3与4.4相同的XML看起来不同。问题是Kitkat(4.4)没有提到这一行:"android:background="@drawable/darkgray"(darkgray.jpg是一个img)

为什么Kitkat的表现不同?

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/com.mavdev.focusoutfacebook"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/darkgray"

android:orientation="vertical" >

<TextView
    android:id="@+id/tv_secs2"
    android:layout_width="100dp"
    android:layout_height="wrap_content"
    />

</RelativeLayout>

区别如下:

enter image description here

1 个答案:

答案 0 :(得分:0)

这可能是因为您的4.4手机有不同的DPI。请仔细确认一下。