jfeinstein10 / SlidingMenu

An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks!
Apache License 2.0
11.07k stars 5.04k forks source link

Sliding Menu doesn't follow Theme style #690

Open martingg88 opened 9 years ago

martingg88 commented 9 years ago

I create slidingmenu with following method. But the layout view in sliding menu is not following/inherit my own theme style.

any idea about issue?

SlidingMenu menu = new SlidingMenu(getActivity().getApplicationContext());

martingg88 commented 9 years ago

sorry...it was my mistake. forget about this issue