Honeycomb之前的操作栏的“displayOptions”属性

时间:2014-07-14 08:53:07

标签: android android-appcompat android-actionbar-compat

我想从操作栏中删除标题并为其添加徽标.The Holo包含操作栏的属性" android:displayOptions"允许这样做。在低于11的API版本中有什么相似之处吗?我发现SO post建议从该属性中删除命名空间,但它不起作用(我也没有完全得到这个技巧)。有任何可行的建议吗?我目前的代码如下:

<style name="Theme.Alexandru" parent="@style/Theme.AppCompat.Light.DarkActionBar">

    <item name="actionBarStyle">@style/ActionBar.Solid.Alexandru</item>
    <item name="actionModeBackground">@drawable/cab_background_top_alexandru</item>
    <item name="android:textColorHint">@color/white</item>
    <item name="displayOptions">useLogo|showHome</item>
</style>

0 个答案:

没有答案