I have few overlapping spans within SpannableStringBuilder. I would like to define order in which they will be implemented to Text. Spannable have int flags
int SPAN_PRIORITY = 16711680;
int SPAN_PRIORITY_SHIFT = 16;
How can I use them? How many levels Spannable priority have? What is the default one?
To define
priority
you have to utilize bits magic: