make android HomeAsUp icon bigger -


as title says, how make android homeasup icon < bigger? i.e. need change size. know can things

actionbar.setdisplayhomeasupenabled(true); 

but how resize mark?

i not sure answer jake on how customize button on actionbar question may help. can define customized drawable instead of default homeasup indicator like:

<style name="theme.myfancytheme" parent="android:theme.holo">     <item name="android:homeasupindicator">@drawable/my_fancy_up_indicator</item> </style> 

you can try make drawable of bigger dimension. might work. haven't tried though.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -