我的启动器图标与默认启动器图标的大小相同。但它离 ActionBar
的左侧很远。无论如何,我怎么能减少这个距离。我的Launcher
的图标大小为:
已编辑:操作栏的样式
<style name="OverFlow" parent="@android:style/Widget.Holo.ActionButton.Overflow">
<item name="android:src">@drawable/overflow_menu_icon</item>
</style>
<style name="MyActionBarStyle" parent="@android:style/Widget.Holo.Light.ActionBar.Solid.Inverse">
<item name="android:background">#0099cc</item>
<item name="android:backgroundStacked">#33b5e5</item>
</style>
<style name="MyActionBarTabStyle" parent="@android:style/Widget.Holo.ActionBar.TabView">
<item name="android:background">@drawable/tab_style</item>
</style>