open class EmojiAppCompatButton : AppCompatButton
AppCompatButton widget enhanced with emoji capability by using EmojiTextViewHelper
. When used on devices running API 18 or below, this widget acts as a regular AppCompatButton
.
Summary
Inherited functions |
From class AppCompatButton
Unit |
drawableStateChanged()
|
Unit |
onInitializeAccessibilityEvent(event: AccessibilityEvent!)
|
Unit |
onInitializeAccessibilityNodeInfo(info: AccessibilityNodeInfo!)
|
Unit |
onLayout(changed: Boolean, left: Int, top: Int, right: Int, bottom: Int)
|
Unit |
onTextChanged(text: CharSequence!, start: Int, lengthBefore: Int, lengthAfter: Int)
|
Unit |
setBackgroundDrawable(@Nullable background: Drawable?)
|
Unit |
setBackgroundResource(@DrawableRes resId: Int)
|
Unit |
setCustomSelectionActionModeCallback(actionModeCallback: Callback!)
See TextViewCompat#setCustomSelectionActionModeCallback(TextView, ActionMode.Callback)
|
Unit |
setSupportAllCaps(allCaps: Boolean)
Sets the properties of this field to transform input to ALL CAPS display. This may use a "small caps" formatting if available. This setting will be ignored if this field is editable or selectable. This call replaces the current transformation method. Disabling this will not necessarily restore the previous behavior from before this was enabled.
|
Unit |
setTextAppearance(context: Context!, resId: Int)
|
Unit |
setTextSize(unit: Int, size: Float)
|
|
Public constructors
<init>
EmojiAppCompatButton(context: Context!)
<init>
EmojiAppCompatButton(
context: Context!,
attrs: