在Android为我的应用程序创建自定义主题时,我无法访问android:actionbarstyle?

时间:2013-10-28 18:10:50

标签: android android-layout android-actionbar themes

这是我的XML。我无法访问actionbarstyle

<!--
    Base application theme for API 14+. This theme completely replaces
    AppBaseTheme from BOTH res/values/styles.xml and
    res/values-v11/styles.xml on API 14+ devices.
-->`[<resources xmlns:android="http://schemas.android.com/apk/res/android">

<!--
    Base application theme for API 14+. This theme completely replaces
    AppBaseTheme from BOTH res/values/styles.xml and
    res/values-v11/styles.xml on API 14+ devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo.Light">
   <item name="android:textColor">#ffa500</item>

   <item name="android:actionbarstyle"
</style>

它无法识别我的actionbarstyle。当我尝试使用内容辅助时,它不会显示actionbarstyle选项

我有我的清单文件

任何人都可以解释如何为我的申请自定义行动的财产?

一个小问题。 ACTIONBAR和ACTIONBARSHERLOCK有什么区别?

1 个答案:

答案 0 :(得分:0)

区别在于Actionbar是原生Android小部件,而'ActionbarSherlok'是属于具有相同名称的第三方库的小部件。请参阅Styling the Action Bar以了解如何自定义Android操作栏并参考此帖子以了解如何自定义Sherlock Actionbar customizing action bar sherlock