[android-developers] Re: Anybody can help me with the control style?

2009-04-18 Thread AllSet
need to > extend a view group such as LinearLayout. > > Getting our view to appear now just requires calling fadeIn() and > getting our view to disappear just requires calling fadeOut(). To get > the view to disappear after a delay create a Handler and either send > it a message with

[android-developers] Anybody can help me with the control style?

2009-04-04 Thread AllSet
i am trying to make a control which looks like the ZoomControls. it is supposed to show up when clicking in a certain area and disappear a few seconds later. also it should accept the onClick event. but i don't know exactly how to realize such a control. could anybody help me? thanks in advan