-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hint label styling not working #49
Comments
Hi @khallid-itdevtech , please try with custom attrs |
smsp_hintColor changes the whole label color but i want to show red * with label to mention it is mandatory field |
Hi @khallid-itdevtech , I got you. I'm not yet able to make it support this feature. Anyway I have an idea which can apply with your requirement. Please try something like bellow sample:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<com.google.android.material.textfield.TextInputLayout
android:hint="@string/hint_test"
...
/>
<string name="hint_test">Legal name <font color='#FF0000'>*</font></string>
Above code generates hint label with red * but in this library using same hint label * shows but color doesn't.
The text was updated successfully, but these errors were encountered: