3

有没有办法(主题/样式 xml)来指定操作栏徽标的宽度/高度。

我正在使用 ActionbarSherlock 并且我在玩一个透明的 Actionbar,我想在其中显示应用程序徽标比默认宽度和高度大一点。

或者:有没有办法减少操作栏的顶部和底部空间(填充)。我支持我必须设置一个简单的主题样式属性,但我找不到该属性的名称。

4

1 回答 1

0

As I can see in ActionBarSherlock's source code I see this attribute :

<!-- Specifies a layout to use for the "home" section of the action bar. -->
<attr name="homeLayout" format="reference" />

I've never tested this, but I would give a try.Hope this helps you to solve your problem. : )

于 2013-08-08T13:32:33.840 回答