Class SpacedEditText

  • All Implemented Interfaces:
    Drawable.Callback, AccessibilityEventSource, KeyEvent.Callback, ViewTreeObserver.OnPreDrawListener, androidx.core.view.TintableBackgroundView

    public final class SpacedEditText
    extends com.google.android.material.textfield.TextInputEditText
    This element inserts spaces between characters in the edit text and expands the width of the spaces using spannables. This is required since Android's letter spacing is not available until API 21.