【发布时间】:2015-05-27 21:17:02
【问题描述】:
Android Studio 未在操作栏上显示应用徽标。
我使用了以下样式:
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
</style>
它在我的 XML 设计中显示徽标,当我运行它时,应用程序徽标消失了。
就像这是我的应用程序的输出
【问题讨论】:
标签: android android-studio android-actionbar android-styles