Disable/Remove floating label hint text in TextInputLayout XML
问题 This may seem counter-intuitive but is there a way to disable or remove the floating label hint in TextInputLayout ? The reason I want to use TextInputLayout instead of just an EditText is for the counter that TextInputLayout provides. Here is what I have so far: <android.support.design.widget.TextInputLayout android:id="@+id/textContainer" android:layout_width="match_parent" android:layout_height="wrap_content" android:scrollbars="vertical" app:counterEnabled="true" app:counterMaxLength="100