Layout which wraps an EditText (or descendant) to show a floating label when the hint is hidden due to the user inputting text.
I use a TextInputLayout, I would want to programmatically set the hint text color and the floating label color if …
android android-textinputlayoutI am trying to make something on these lines: I am able to show the hint using android:hint="Email …
android android-layout android-edittext androiddesignsupport android-textinputlayoutI am getting this error: Cannot resolve symbol '@style/Widget.MaterialComponents.TextInputLayout.OutlineBox' I am getting this error after …
android xml android-appcompat android-design-library android-textinputlayoutI have an EditText and it's parent is TextInputLayout. I am trying to give hint programmatically for EditText, (not in …
android android-textinputlayoutI want to make a EditTextLayout, but I want a different text for label and hint. For example : The label's …
android android-textinputlayoutAfter updating some of our devices to android 8.0 , upon focusing on a TextInputEditText field inside of a TextInputLayout, the app …
android android-edittext android-8.0-oreo android-textinputlayouthere is my code XML Markup <android.support.design.widget.TextInputLayout android:layout_width="match_parent" android:layout_height="…
android android-edittext styles material-design android-textinputlayoutI want to set the hint with java in EditText(which is in TextInputLayout). Code used for setting hint: aET = (…
android android-edittext android-appcompat android-textinputlayoutI am trying to create custom TextInputLayout. How can I create below custom TextInputLayout?
android android-layout android-textinputlayoutIs it possible to make just the asterisk in the hint red when using a TextInputLayout from the design support …
android android-edittext material-design android-textinputlayout