mot12 wrote: > Can't get it to work with ColorDrawable. >
FrameLayout frame = findViewById(...) // little red tint d = new ColorDrawable(0x40ff0000) frame.setForeground(d) doesn't it work? > The other way works just fine though. The reason why the order of the > views in the layout didn't matter was because I had used > bringToFront() in my code which brings the view on top of its > siblings. Duh. :-) i knew that only your order can work... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en