Top "Android-textattributes" questions

Change EditText hint color when using TextInputLayout

I am using the new TextInputLayout from the design library. I am able to get it to show and to …

android android-edittext android-support-library android-design-library android-textattributes
how to make a specific text on TextView BOLD

I don't know how to make a specific text on TextView become BOLD. its like this txtResult.setText(id+" "+name); …

android textview android-textattributes
Issue: change border color or box stroke for unfocused TextInputLayout in android

I have a very specific issue for changing the outline of the textbox for TextInputLayout when it's unfocused. I can't …

android textview android-textinputlayout material-components-android android-textattributes
android edit text making the text larger

When a user types into my edittext the text is a bit small, Id like to make this larger maybe 20…

android android-edittext android-textattributes