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
The text color does not change TabWidget

I'm trying to change the TabWidget text color, without success, even though I've tried different way to change it (see …

android android-tabhost textview android-textattributes
Add http://www. in the text if not Exist

How can I know that some text contain "http://www." I want to show domain in Web View. Domain name …

android android-webview textview android-textattributes