You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`keyboard:numberkeyboard_numberKeyBackground="[reference]"` (default: circle): number keys background drawable.
58
58
-`keyboard:numberkeyboard_numberKeyTextColor="[reference]"` (default: dark blue): number keys text color.
59
-
-`keyboard:numberkeyboard_leftAuxBtnIcon="[reference]"` (default: none): if `keyboardType="custom"`, icon shown in left auxiliary button.
59
+
-`keyboard:numberkeyboard_numberKeyTypeface="[reference]"` (default: dark blue): number keys text color.
60
+
-`keyboard:numberkeyboard_numberKeyTypeface="[reference]"` (default: none): number keys text typeface.
61
+
-`keyboard:numberkeyboard_numberKeyTextSize="[dimension]"` (default: none): number keys text size (if it is not set, the text auto scales to fit the key).
60
62
-`keyboard:numberkeyboard_leftAuxBtnBackground="[reference]"` (default: none): if `keyboardType="custom"`, left auxiliary button background.
61
63
-`keyboard:numberkeyboard_rightAuxBtnIcon="[reference]"` (default: none): if `keyboardType="custom"`, icon shown in right auxiliary button.
62
64
-`keyboard:numberkeyboard_rightAuxBtnBackground="[reference]"` (default: none): if `keyboardType="custom"`, right auxiliary button background.
@@ -73,6 +75,7 @@ Use `NumberKeyboard` view in your layout:
73
75
-`setNumberKeyBackground()`: sets number keys background.
74
76
-`setNumberKeyTextColor()`: sets number keys text color.
75
77
-`setNumberKeyTypeface()`: sets number keys text typeface.
78
+
-`setNumberKeyTextSize()`: sets number keys text size in pixels.
76
79
-`setLeftAuxButtonIcon()`: sets left auxiliary button icon.
77
80
-`setRightAuxButtonIcon()`: sets right auxiliary button icon.
78
81
-`setLeftAuxButtonBackground()`: sets left auxiliary button background.
0 commit comments