tags:

views:

52

answers:

1

Hi,

In my main view I have a window that users can slide up and down, here is a example SlidingDrawer

The user has to click or drag the sliding bar to reveal the window. now how is it possible to change the sliding bar image to show a hover effect?

A: 

I use image button and apply a selector that holds 3 items, default, pressed and focused. thats all

ArtWorkAD