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

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -