[android-developers] Button enabled issue

2012-02-11 Thread Raju Gaddam
Hi iam disable button in xml .how to enable button from my activity class in XMl i write like this android:visibility=invisible in my activity button.setEnabled(true); But button is not visible please any one help me -- You received this message because you are subscribed to the Google

Re: [android-developers] Button enabled issue

2012-02-11 Thread T.M.S.VIJAYKUMARR
button.setVisibility(View.VISIBLE); try this one it will help you On Sat, Feb 11, 2012 at 4:12 PM, Raju Gaddam gaddam967...@gmail.com wrote: Hi iam disable button in xml .how to enable button from my activity class in XMl i write like this android:visibility=invisible in my activity