我有LinearLayout,我有PNG,我用作瓷磚 - 但我也想它背後的顏色將是白色。添加PNG和顏色到背景
這可能嗎?
我的代碼是:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" android:orientation="vertical" android:id="@+id/LinearMain" android:background="@drawable/bcktiles">
和繪製是:
<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/bgsite" android:tileMode="repeat">
</bitmap>
我不知道往哪裏放#FFF
感謝
這是一個不錯的選擇,只是要注意[消失的填充值](http://stackoverflow.com/questions/6104677/transitiondrawable-doesnt-account-for-padding/6105149#6105149)。 – dmon 2011-06-08 20:26:00
我已經在日食預覽屏幕上很好,但是當在XOOM上看到我只看到白色! – Himberjack 2011-06-08 20:29:34
您可能會被此錯誤咬住:http://code.google.com/p/android/issues/detail?id=15340 – 2011-06-08 20:43:11