I am creating a widget, but when I add app:tint="@color/white" it's showing tint in the Design Preview but when the widget loads the tint is not applied, the icon is still black, i need to add white tint to the imageview.
<ImageView
android:id="@+id/imageView1"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_alignParentEnd="true"
android:elevation="10dp"
android:src="@drawable/ic_explore_01"
app:tint="@color/white" />