The TextInputEditText is an EditText with an extra fix to display a hint in the IME when in 'extract' mode.
The Extract mode is the mode that the keyboard editor switches to when you click on an EditText when the space is too small (for example landscape on a smartphone).
In this case, using an Ed...