[android-developers] Re: Check if a View contains another View

2009-04-18 Thread DeRon Brown
I'm not using XML, so that won't work for me, I don't think. However, I found another solution. I'm just going to use a button ArrayList (of size 1). Each time I'll check to see if the ArrayList's size is greater than zero, if it is, I remove the button in the list from the view. On Sat, Apr 18,

[android-developers] Re: Underline of TextView

2009-04-13 Thread DeRon Brown
R.string.your_txt will return that string. Just set you TextView to R.string.your_txt. On Mon, Apr 13, 2009 at 11:02 PM, Kaka clipse.z...@gmail.com wrote: Then, how to implement this in code? On Mar 23, 9:10 pm, manoj manojkumar.m...@gmail.com wrote: define a String item in Strings.xml as: