HoloEverywhere - 操作菜单填充问题

时间:2012-12-25 18:41:50

标签: android actionbarsherlock

我遇到ActionBarSherlock的意外问题。当我使用Holo.Theme.Sherlock.Light.DarkActionBar时,它就可以了,看起来像

enter image description here

但如果我选择Holo.Theme.Sherlock.Light,我会在Padding中收到一些DropDownListView个问题,如下所示:

enter image description here

我不希望在Padding项目

之间有那么多ListView

我尝试制作CustomTheme,但它无效

`

<style name="AppTheme" parent="Holo.Theme.Sherlock.Light">
    <item name="android:dropDownListViewStyle">@style/DropDownListView</item>
    <item name="dropDownListViewStyle">@style/DropDownListView</item>
</style>

<!-- style the items within the overflow menu -->
<style name="DropDownListView" parent="Holo.ListView.Light">
    <item name="android:dividerHeight">0dp</item>
    <item name="android:dividerPadding">0dp</item>
</style>

`

1 个答案:

答案 0 :(得分:0)

这不是ABS的错误。它看起来只在模拟器中。在真实设备上,它将正常工作