Fixing Drawable not getting tinted properly if the color is always transparent
Bug: 62457537 Change-Id: I04b8804162b7338f62d3fdabb87dd31ad507ebaa
This commit is contained in:
@@ -34,6 +34,7 @@ public class TintedDrawableSpan extends DynamicDrawableSpan {
|
||||
super(ALIGN_BOTTOM);
|
||||
mDrawable = context.getDrawable(resourceId);
|
||||
mOldTint = 0;
|
||||
mDrawable.setTint(0);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user