【发布时间】:2015-05-18 04:31:29
【问题描述】:
我是 Android 开发新手。我正在使用的应用程序需要白色操作栏背景,并且标题应为黑色。我正在使用支持库以降低兼容性。
样式.xml
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
</style>
我该怎么做?
【问题讨论】:
-
您是否使用新的工具栏作为操作栏?
-
请检查以下链接以使用工具栏而不是已弃用的操作栏chris.banes.me/2014/10/17/appcompat-v21
-
我没有使用工具栏
标签: android android-actionbar android-xml android-styles