575 B
575 B
Image Resources
Naming
There are 3 types of icons:
- Black or single color icon (naming:
ic_name_24, where number is size) - Icon with constant color, and tint could be applied (naming:
img_name_24) - Large image with different colors and shapes (naming:
ill_name)
Examples:
ic_chevron_24img_walletconnect_24ill_bussiness
Attention
For complex vector images (named with ill_name), you should use .png resources, because when the project is compiled, all complex vectors are converted to large, heavy PNGs for different dimensions.