Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Attachment actions
Description
Component used: androidx.appcompat:appcompat Version used: 1.6.1 Devices/Android versions reproduced on: Marshmallow emulator (or any real device)
Sample project to reprohttps://github.com/denis-bezrukov/appcompat-tint-issue
Screenshot: attached
Details: We have a custom view that extends AppCompatTextView (let's name it Chip):
For that view we need a default style
So we expect red text and green icon color, and if we specify
style="@style/TestChipStyle"
it works as expected (see screenshot)but if we specify this style as a default for this view via
but in this case unlike textColor, drawableTint attribute won't be applied (See screenshot)