I've just migrated to 1.5 and a strange bug has occured. I have the
following code in my layout:
<ImageButton
android:id="@+id/chat"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:src="@drawable/chat"
android:background="#0000"
/>
That means I want my image button to have no background, just image.
It worked well in sdk 1.1, but now it shows a black rectangle as
background. Why can it be and is there another way to remove the
background?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---