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>
区别如下:
答案 0 :(得分:0)
这可能是因为您的4.4手机有不同的DPI。请仔细确认一下。