我的应用程序的主题是Light。我可以在操作栏中显示应用程序图标,而无需将Theme.Light更改为Theme.Holo.Light。Android - 如何在行动栏中显示应用程序徽标
style.xml
<style name="AppBaseTheme" parent="android:Theme.Light">
AndroidManifest.xml中
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:logo="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
的风格 “的EditText” 和等对象更漂亮与Theme.Light,那为什么我不想改变它。有可能或者我应该为每个对象编写风格并更改应用程序的主题。
当我的应用程序的主题是“Theme.Light”和onCreate函数我写getActionBar()。setDisplayUseLogoEnabled(true);应用程序崩溃。我对你了解吗? – Anamnisis
您的代码是否与操作栏一起工作,没有执行任何徽标相关设置? –
如果我在主题中写这个'