كيت كات لا التقاط الروبوت: خلفية من تخطيط ملف شمل ، هلام على ما يرام

StackOverflow https://stackoverflow.com//questions/22062172

سؤال

نفس شمل تبدو مختلفة في الروبوت 4.3 مقابل 4.4.المشكلة هي أن كيت كات (4.4) لا تلتقط هذا الخط: "android:background="@drawable/darkgray" (دارك جراي.جبغ هو إمغ)

لماذا تتصرف كيت كات بشكل مختلف?

<?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

هل كانت مفيدة؟

المحلول

قد يرجع ذلك إلى أن هاتفك 4.4 يحتوي على مؤشرات أداء مختلفة.يرجى تأكيد ذلك مرتين.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top