Keep Textinputlayout hint always top
问题 Would be possible have my hint text always top, as if it were focusable? I tried this: <android.support.design.widget.TextInputLayout android:id="@+id/etSurnameInput" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/llNameImage" android:hint="My Hint Text" app:hintEnabled="true" app:hintAnimationEnabled="false" android:textColorHint="@color/gray_title"> 回答1: Here's a hack - programmatically add a space in the text if it's empty. However, you