Re: [android-developers] Scan Slider action be applied on a view.

2012-04-25 Thread tarun sablok
Ok I got it one last thing lets suppose I have my handle as LinearLayout in horizontal fashion with 3 images on which i have to handle the animations like swipe animations left and right ..is it possible ...(IN this screnario my content is hidden and only my handle is visible )

[android-developers] Scan Slider action be applied on a view.

2012-04-24 Thread tarun sablok
I have a Relative Layout view with layout_gravity = bottom... and it has 3 images one on the left , one middle and one on the right and it occupies approximately 1\6 th of the screen in the bottom . Now i want that when the user clicks on the RelativeLayout anywhere the layout should

Re: [android-developers] Scan Slider action be applied on a view.

2012-04-24 Thread Justin Anderson
Use SlidingDrawer... http://developer.android.com/reference/android/widget/SlidingDrawer.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Apr 24, 2012 at 6:54 AM, tarun sablok tarun.sab...@gmail.comwrote: I have a Relative Layout view with

Re: [android-developers] Scan Slider action be applied on a view.

2012-04-24 Thread tarun sablok
Sliding drawer will be hidden which i will have to drag out to the srceen but as I explained that I want a view to be displayed at the bottom of the screen which will be any layout ... and when i click that view it should come out as a drawer. On Tue, Apr 24, 2012 at 7:07 PM, Justin

Re: [android-developers] Scan Slider action be applied on a view.

2012-04-24 Thread Justin Anderson
Sliding drawer will be hidden which i will have to drag out to the srceen but as I explained that I want a view to be displayed at the bottom of the screen which will be any layout ... and when i click that view it should come out as a drawer. Unless I'm not understanding your