facebook/fresco

color attribbute in fresco progress

Open

#2,463 opened on Feb 8, 2020

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (3,750 forks)batch import
buggood first issuehelp wanted

Repository metrics

Stars
 (17,072 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I use a vectodrwable progress that wrap in another drwable and for color of progress i use ?attr/my_attr when I use this progress in other views every things work but when I use it in fressco the atttr color disapear. my vector drawble : <path android:pathData="M23.2,43.5c-11.9,0 -21.7,-9.7 -21.7,-21.7c0,-4.1 1.2,-8.1 3.4,-11.6c0.4,-0.7 1.4,-0.9 2.1,-0.5c0.7,0.4 0.9,1.4 0.5,2.1c-1.9,3 -2.9,6.4 -2.9,10c0,10.3 8.4,18.7 18.7,18.7c0.8,0 1.5,0.7 1.5,1.5C24.7,42.8 24,43.5 23.2,43.5z" android:fillColor="?attr/my_attr"/>

Contributor guide