android - Navigation drawer styles API 8 -
i have integrated navigation drawer in app android-support v7 minsdkversion="8" devices. want customize navigation bar´s theme if use following code can´t because requires api level 11, how can do? thank you
<style name="myactionbar" parent="@android:style/widget.holo.actionbar"> <item name="android:background">@drawable/press</item> </style>
see documentation here: https://developer.android.com/training/basics/actionbar/styling.html
in particular, @ theme.appcompat
part.
Comments
Post a Comment