android - After changing action bar height, the homeasupindicator not vertical -


<style name="apptheme" parent="@style/theme.appcompat.light.darkactionbar">     <item name="actionbarstyle">@style/actionbarstyle</item>     <item name="homeasupindicator">@drawable/homeasup_back</item>     <item name="actionmenutextcolor">@color/text_orange</item>     <item name="actionmenutextappearance">@style/actionbarmenutextstyle</item> </style> <style name="actionbarstyle" parent="@style/widget.appcompat.light.actionbar">     <item name="height">@dimen/actionbar_height</item>     <item name="background">@color/actionbar_bg</item>     <item name="titletextstyle">@style/actionbartitletext</item>     <item name="icon">@mipmap/icon</item>     <item name="displayoptions">showtitle|homeasup</item> </style> 

if not change actionbar height,it's correct!
can't post images!
please me! thanks!


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -