TangKe / SlideMenu

A simple SlideMenu library with two menu behind content for Android developer, just feel free to fork, this project need your contribution.
238 stars 152 forks source link

DefaultBackgrond #5

Closed shadowinlife closed 10 years ago

shadowinlife commented 10 years ago

Use android:windowBackground = "@null" in private Theme can avoid some overdraw background warnning Maybe can enhance the performance

But when I set the windowBackground to null This slidemenu can not be inflated for the constructor method use this value

Maybe we can modify the param in inflate

TangKe commented 10 years ago

@shadowinlife thx for your commit, already fixed