Skip to content

Commit

Permalink
Added the 'RESONATE' pattern to the text span
Browse files Browse the repository at this point in the history
  • Loading branch information
fixmycode committed Apr 29, 2015
1 parent afb561d commit 22ef3e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ private SpannableString buildTextSpan(TextView textView, String text) {

pattern = Pattern.compile("ACCELERATE|ALARM|ASSIST|BACKUP( \\d+, Level \\d)?|" +
"BODYGUARD|BOND(/\"[^\"]+\")?|BRAINSTORM|CHANGE|ENCORE|EXPERIENCE|MEMORY|" +
"RECOLLECTION|S(HIFT|hift)(,? Level \\d)?");
"RECOLLECTION|S(HIFT|hift)(,? Level \\d)?|RESONATE");
matcher = pattern.matcher(text);

while (matcher.find()) {
Expand Down

0 comments on commit 22ef3e0

Please sign in to comment.