Android Studio Action Bar徽标显示

时间:2015-01-12 19:49:20

标签: android android-actionbar

我正在尝试在ActionBar的左侧尺寸上显示永久性小徽标,但我无法找到如何执行此操作。请帮我找到解决方案。

<menu xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    tools:context="com.redislabs.app.redis.infoIntent">
    <item android:id="@+id/action_settings"
        android:title="@string/action_settings"
        android:orderInCategory="100"
        app:showAsAction="never" />
</menu>

1 个答案:

答案 0 :(得分:0)

您可以在

中指定Logo
<application> 

标签。它位于您的应用的Manifest.xml文件中。应设置该值以定位可绘制资源。

<application
  android:logo="drawable resource">

我希望这有帮助!

快乐的编码!如果您有任何问题,请发表评论。