你们可以看到,我的应用程序名称已被Action栏的项目重叠。我在行动栏中只有两个项目 是否有可能只显示一个项目,以便它不能重叠应用程序名称和溢出菜单中的项目的其余部分(默认行为..)? 想知道为什么它没有感知应用程序名称并相应地安排其项目?
编辑(actionbar.xml):
<item
android:id="@+id/about"
android:title="@string/about"
android:showAsAction="ifRoom|withText"
>
</item>
<item
android:id="@+id/email"
android:title="@string/email"
android:showAsAction="ifRoom|withText">
</item>
感谢。
答案 0 :(得分:0)
您使用的是ActionBarSherlock吗?我相信我有一个类似的问题,直到我在androidManifest.xml中更改我的主题派生自Theme.Sherlock.ForceOverflow
在应用程序标记
下添加到AndroidManifest.xml机器人:主题= “@风格/ Theme.Sherlock.ForceOverflow”