Android Question Partially color fontawesome

layman

Member
Hi
Iam trying to use fontawesome fonts for rating Eg. If rating is 5, I will use 5 'star' (or any other font image) from fontawesome and give it green color. However if rating is 4.5, I want to only color half of the last star. Is it possible? I found that we can convert font to image. In that case, can be partially color the image?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
You already have a simple solution for stars:
1589282165618.png


Other icons will require more work. You can create two bitmaps with different colors and combine them.
 
Upvote 0
Top