ScreenAdjustingTextInputEditText

open class ScreenAdjustingTextInputEditText : TextInputEditText

TextInputEditText that automatically changes the soft input mode when focused. For use in inspector views.

Constructors

Link copied to clipboard
constructor(@NonNull context: Context)
constructor(@NonNull context: Context, @Nullable attrs: AttributeSet)
constructor(@NonNull context: Context, @Nullable attrs: AttributeSet, defStyle: Int)