更改 Android 工具栏中后退图标的颜色

时间:2021-01-04 14:32:15

标签: android android-toolbar

我到处尝试更改工具栏后退图标的颜色,但没有找到任何解决方案。 我的工具栏是:

  <com.google.android.material.appbar.AppBarLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:theme="@style/AppTheme.AppBarOverlay">

    <androidx.appcompat.widget.Toolbar
        android:id="@+id/shopkeeper_toolbar"
        android:layout_width="match_parent"
        android:layout_height="?attr/actionBarSize"
        android:background="@color/white"
        app:popupTheme="@style/AppTheme.PopupOverlay"
        />

</com.google.android.material.appbar.AppBarLayout>

我想解决这个问题,所以请帮我解决这个问题。

0 个答案:

没有答案
相关问题