From 810c1c868e7a447baf95c9f9aac1697b1ee861ba Mon Sep 17 00:00:00 2001
From: ztenghui ?android:attr/colorPrimary
). Usually, you create these assets
only once and color them automatically to match your theme.
You can apply a tint to {@link android.graphics.drawable.BitmapDrawable} or {@link -android.graphics.drawable.NinePatchDrawable} objects with the {@code setTint()} method. You can +
You can apply a tint to {@link android.graphics.drawable.BitmapDrawable}, {@link
+android.graphics.drawable.NinePatchDrawable} or {@link
+android.graphics.drawable.VectorDrawable} objects with the {@code setTint()} method. You can
also set the tint color and mode in your layouts with the android:tint
and
android:tintMode
attributes.