Loading java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java +3 −1 Original line number Diff line number Diff line Loading @@ -153,7 +153,9 @@ public final class EmojiPalettesView extends LinearLayout implements OnTabChange textView.setText(mEmojiCategory.getCategoryLabel(categoryId)); textView.setTypeface(Typeface.DEFAULT_BOLD); textView.setContentDescription(mEmojiCategory.getAccessibilityDescription(categoryId)); if (mTabLabelColor != null) { textView.setTextColor(mTabLabelColor); } tspec.setIndicator(textView); } host.addTab(tspec); Loading Loading
java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java +3 −1 Original line number Diff line number Diff line Loading @@ -153,7 +153,9 @@ public final class EmojiPalettesView extends LinearLayout implements OnTabChange textView.setText(mEmojiCategory.getCategoryLabel(categoryId)); textView.setTypeface(Typeface.DEFAULT_BOLD); textView.setContentDescription(mEmojiCategory.getAccessibilityDescription(categoryId)); if (mTabLabelColor != null) { textView.setTextColor(mTabLabelColor); } tspec.setIndicator(textView); } host.addTab(tspec); Loading