String to Module Integrations in Android Studio

Last modified: August 26, 2019
You are here:
Estimated reading time: < 1 min

colors.xml
Example:

<color name="color_primary">@color/deep_sky_blue</color>
  • android.content.res.StringBlock: parses tags and attributes
  • com.android.internal.util.XmlUtils: parses numbers as colors
  • android.graphics.Color: color handling
Was this article helpful?
Dislike 0
Views: 28