I have an Image View in my layout and android:background
isn't working in Android 2.3.6 and below.
It works perfectly in newer versions.
Here is the code:
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:alpha="0.5"
android:background="#000000" />
It is also inside 2 Frame Layouts but I don't think this will help solving the issue because every child shows perfectly, except this Image View. I'll post the code if you want.
Any ideas?
Thanks in advance