[android-developers] different user screen

2011-07-08 Thread muthumani
Is it possible to customize a single user screen(xml file) depending upon the user who logs in? consider that one or two buttons in that screen should be completely hidden for some selected users -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] different user screen

2011-07-08 Thread Mark Murphy
In Java, if you detect that this is the special user, call setVisibility(View.INVISIBLE) on those Buttons. On Fri, Jul 8, 2011 at 4:26 AM, muthumani ct.muthum...@gmail.com wrote: Is it possible to customize a single user screen(xml file) depending upon the user who logs in? consider that one or