mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-20 06:09:09 +00:00
Fix punctuation marks color in suggestion strip (#75)
This commit is contained in:
parent
5008345e05
commit
0940ac0f15
1 changed files with 3 additions and 0 deletions
|
@ -544,6 +544,9 @@ final class SuggestionStripLayoutHelper {
|
|||
wordView.setTextColor(mColorAutoCorrect);
|
||||
stripView.addView(wordView);
|
||||
setLayoutWeight(wordView, 1.0f, mSuggestionsStripHeight);
|
||||
final Colors colors = Settings.getInstance().getCurrent().mColors;
|
||||
if (colors.isCustom)
|
||||
wordView.setTextColor(colors.keyText);
|
||||
}
|
||||
mMoreSuggestionsAvailable = (punctuationSuggestions.size() > countInStrip);
|
||||
return countInStrip;
|
||||
|
|
Loading…
Add table
Reference in a new issue