use
yourtextview.setVisibility(View.VISIBLE); //visible
yourtextview.setVisibility(View.INVISIBLE); //In visible
yourtextview.setVisibility(View.GONE); // removes the view


it will work

On Fri, Mar 13, 2009 at 4:13 PM, Pd <lotusscr...@gmail.com> wrote:

>
> Just had an odd problem with a TextView.  Setting the visibility doesn't
> seem to work but doing the same on say a ScrollView does.  Is this normal?
>
> >
>


-- 
Dilli Rao. M

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to