0
我在版式中有圖像視圖,而android:background
在Android 2.3.6及更低版本中無法正常工作。
它可以在更新的版本中完美運行。android:background =「#000000」在Android 2.3.6及以下版本無法正常工作
下面是代碼:
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:alpha="0.5"
android:background="#000000" />
這也是內2點佈局,但我不認爲這將有助於解決這個問題,因爲每一個孩子表現出完全一樣,但是這個圖像視圖。如果你願意,我會發布代碼。
任何想法?
在此先感謝
檢查此[鏈接](http://stackoverflow.com/questions/7378636/setting-background-colour-of-android-layout-element)和嘗試.. – Lal
你試過「 #ff000000「確保完整的alpha? –
@Lal謝謝,我來看看。 –