android - ActionbarSherlock: Set logo width / height -


is there way (theme/style xml) specify actionbar logo width / height.

im using actionbarsherlock , im playing around transparent actionbar, want display app logo little bit bigger default width , height.

or alternatively: there way reduce top , bottom space (padding) of action bar. im shore there simple theme style attribute have set, not find name of attribute.

as can see in actionbarsherlock's source code see attribute :

<!-- specifies layout use "home" section of action bar. --> <attr name="homelayout" format="reference" /> 

i've never tested this, give try.hope helps solve problem. : )


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -