Prototik / HoloEverywhere

NO LONGER MAINTAINED. DEVELOP FOR 4.X+ DUDE.
MIT License
2.18k stars 607 forks source link

Drawer using Slider Addon is always open in Tablets #836

Closed hichamboushaba closed 10 years ago

hichamboushaba commented 10 years ago

Hi All,

I know that this project is discontinued, but I have a question that I hope I will have some help from you. The slider is always open in Tablets in landscape mode. Can I configure it to automatically hiding?

Thanks,

Prototik commented 10 years ago

Yep, you can change this behavior by providing custom slider layout. Or just delete //addons/slider/res/layout-w720dp/slider_default_layout.xml and rebuild your app, then drawer will have no difference between phone and tablet.

hichamboushaba commented 10 years ago

Thank you very much, it's working