UI: Customization Activity

This commit is contained in:
zt515
2017-07-02 23:07:56 +08:00
parent cd0de9b40a
commit 249df0a34e
22 changed files with 335 additions and 118 deletions

View File

@ -185,7 +185,7 @@ public final class ExtraKeysView extends LinearLayout {
button = new Button(getContext(), null, android.R.attr.buttonBarButtonStyle);
}
button.setTypeface(FontManager.INSTANCE.getDefaultFont());
button.setTypeface(FontManager.INSTANCE.getCurrentFont().getTypeface());
button.setText(extraButton.buttonText);
button.setTextColor(NORMAL_TEXT_COLOR);
button.setAllCaps(false);