gpt4 book ai didi

android - 抽屉导航图标更改颜色

转载 作者:太空宇宙 更新时间:2023-11-03 12:16:54 25 4
gpt4 key购买 nike

我想将抽屉导航图标(3 个垂直条)的颜色从白色更改为灰色。如何以最简单的方式执行此操作?

<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:local="http://schemas.android.com/apk/res-auto"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?attr/actionBarSize"
android:background="@color/grey"
local:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
local:popupTheme="@style/ThemeOverlay.AppCompat.Light" >

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Toolbar Title"
android:id="@+id/toolbar_title"
android:textColor="#010101" />
<!--android:layout_gravity="center"-->



</android.support.v7.widget.Toolbar>

最佳答案

您可以使用如下方式以编程方式更改图标本身:

toolbar.setNavigationIcon(R.drawable.new_icon);

关于android - 抽屉导航图标更改颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31751117/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com