如何在mono.android中实现Android 5中缺少的操作栏应用图标,我已经使用了
此链接 Action bar app icon missing with Android 5
但它不起作用。
答案 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”