NikolaDespotoski / DrawerLayoutEdgeToggle

DrawerLayoutEdgeToggle is library that adds visible handle to the DrawerLayout. It allows you to slide the handle to open/close the DrawerLayout, or use click event to open/close the DrawerLayout. It is independent of the ActionBar home indicator as it is seen in ActionBarDrawerToggle.
24 stars 8 forks source link

Cannot see handle on screen #1

Closed vfongmala closed 10 years ago

vfongmala commented 10 years ago

I tried your code but i can't see my handle on screen. Do i ned to customize anything more than your example?

I want to support from 4.0 +

NikolaDespotoski commented 10 years ago

Have you tried setting vertical position? Using setVerticalTopOffset(int topInPercentage)? I didn't have time to work on this. Try this and check for updates.

On 20 December 2013 05:07, zilchrhythm notifications@github.com wrote:

I tried your code but i can't see my handle on screen. Do i ned to customize anything more than your example?

— Reply to this email directly or view it on GitHubhttps://github.com/NikolaDespotoski/DrawerLayoutEdgeToggle/issues/1 .

Google+: https://plus.google.com/117795516319858933509 Facebook: http://www.facebook.com/nikola.despotoski StackOverflow: http://stackoverflow.com/users/557179/nikola-despotoski GitHub: https://github.com/NikolaDespotoski Skype: nikola.despotoski Mobile: +389 71 302 082 +389 78 515 738 Time Zone: UTC+01:00

vfongmala commented 10 years ago

it works now thank you so much