As was already pointed out by Dianne, View.setVisibility() uses constants, like View.GONE and View.VISIBLE - not arbitrary values like 0 or 1.

-- Kostya

30.04.2011 23:56, Alaeddine Ghribi пишет:
                        iconView.setVisibility(1);


--
Kostya Vasilyev -- http://kmansoft.wordpress.com

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