When I specify an image background for a widget (like a button), the
highlighting disappears when it's selected.
<Button android:id="@+id/widgetbutton"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:textColorHighlight="#ff0000"
android:textColor="#ffffff"
android:background="@drawable/bkgdimage"
....
textColorHighlight doesn't seem to do anything. Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---