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.03k forks source link

if your app use theme background in style.xml , it will show nothing in slidingmenu #760

Open javakam opened 8 years ago

javakam commented 8 years ago

<style` name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">

    <item name="android:background">@android:color/holo_blue_dark</item>

</style>

Your Log Show ' V/CustomViewBehind: behind INVISIBLE'

sccscj commented 8 years ago

ok