RuffianZhong / RWidgetHelper

Android UI 快速开发,专治原生控件各种不服

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RImageView tint失效

android-1995 opened this issue · comments

<com.ruffian.library.widget.RImageView
            android:layout_width="30dp"
            android:layout_height="30dp"
            android:src="@drawable/ic_setting"
            android:tint="@color/black" />

最新版本已修复