首页 > 解决方案 > 受暗模式android影响的色调图像视图

问题描述

我对使用 tint 的 imageview 有一点问题,我的文件的默认颜色arrow_filledBlack,并且它不会将颜色更改为white

 <ImageView
                android:layout_width="wrap_content"
                android:layout_height="15dp"
                android:layout_centerVertical="true"
                android:layout_toRightOf="@id/ccp"
                android:rotation="180"
                android:src="@drawable/arrow_filled"
                app:tint="@color/white" />

我使用这个主题:

<style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar.Bridge">

标签: androidimageview

解决方案


推荐阅读