Skip to content Skip to sidebar Skip to footer

Preventing Textinputlayout From Making Textinputedittext Taller

I want that password toggle feature, and it seems TextInputLayout has that feature, not TextInputEditText. But as you see the code below, even though I set the height to wrap_conte

Solution 1:

Only solution I have found so far is to set android:layout_height to fixed size. For example 40dp.


Post a Comment for "Preventing Textinputlayout From Making Textinputedittext Taller"