标签: android android-actionbar android-styles android-actionbar-compat
我使用Jeff Gilfelt的ActionBar Style Generator生成样式。浏览不同styles.xml文件夹中的\values我注意到在\values-v14\styles.xml中,所有项目名称中都包含android包名称。有人可以解释原因吗?
styles.xml
\values
\values-v14\styles.xml
android
答案 0 :(得分:1)
在使用android库时,您不使用AppCompat前缀来支持库兼容性,但如果您正在设置正常ActionBar的样式,那么您可以这样做,在这种情况下, API等级14 +。
AppCompat
ActionBar
Styling the ActionBar