Mono.android中的Android 5缺少操作栏应用程序图标

时间:2015-04-27 05:53:49

标签: android mono icons

如何在mono.android中实现Android 5中缺少的操作栏应用图标,我已经使用了

此链接 Action bar app icon missing with Android 5

但它不起作用。

2 个答案:

答案 0 :(得分:0)

我没有看到"应用程序"标记清单。

我喜欢这样:

<manifest...

<application android:label="myApplication" android:icon="@drawable/ic_launcher_main" android:theme="@style/android:Theme.Holo.Light"></application>

</manifest>

请检查您的清单中是否有声明的android:theme。 对于我的应用程序,它是:Theme.Holo.Light

答案 1 :(得分:0)

如果我们使用android:theme =“@ style / android:Theme.Holo.Light”它将反映操作栏标题颜色,如果我们使用如下它将正常工作: android:theme =“@ style / android:Theme.Holo”