Skip to main content

All Questions

-1 votes
2 answers
769 views

Change visibility of textView on AlertDialog positive button

ok so i didn't have enough room in title to explain this but I have a ListView with a custom adapter, and in the child Views I have a textview. I'm trying to change the visibility of that textview ...
user1974977's user avatar
2 votes
3 answers
24k views

setting textview visibility to GONE when there is no text to show

i have a listview in which i have 2 textviews, one of these textview contains zero text by default, but can be changed by the user. the problem is that i need to do so when the textview is empty the ...
Emil's user avatar
  • 93