如何减少android中启动器图标的距离?

时间:2014-08-08 15:42:36

标签: android android-actionbar android-launcher android-icons

我的启动器图标与默认启动器图标的大小相同。但它离 ActionBar 的左侧很远。无论如何,我怎么能减少这个距离。我的Launcher的图标大小为:

  • MDPI应为48 x 48。
  • HDPI应为72 x 72。
  • XHDPI应为96 x 96。
  • XXHDPI应为144 x 144。

enter image description here

已编辑:操作栏的样式

<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>

0 个答案:

没有答案