Top "Text-size" questions

Text size may refer to the height and width dimensions of a string rendered onto a screen or into a view.

Text size and different android screen sizes

I know, it was discussed already 1000 times, but I can't adjust the text size for different screen sizes. I try …

android screen-size text-size
Inline elements shifting when made bold on hover

I created a horizontal menu using a HTML lists and CSS. Everything works as it should except when you hover …

html css hover text-size
What is the default text size on Android?

I have a mixture of Buttons and an own View, where I set my text size using Paint.setTextSize(). I …

android text-size
Text size of android design TabLayout tabs

I have difficulties changing the text size of the tabs of design library tablayout (android.support.design.widget.TabLayout). I …

android text-size android-tablayout
How to assign text size in sp value using java code

If I assign an integer value to change a certain text size of a TextView using java code, the value …

android textview text-size
Different font size of strings in the same TextView

I have a textView inside with a number (variable) and a string, how can I give the number one size …

android string textview text-size
How to change the toolbar text size?

I want to change the size of text in Toolbar. Because in my application, Toolbar text has different sizes both …

android toolbar text-size
How to change size of title's text on Action Bar?

There is an ActionBar on each Android 4.0 application, and it got a title. I need to make this size less. …

java android android-actionbar text-size
how to change font size of flutter material button?

How do I change Font size of a material button... is there a better way to do this? new MaterialButton( …

button flutter text-size
Get the size of a text in TextView

I have a problem placing a textView at specified center's x and y coordinates. Firstly, I tried to set the …

android android-layout textview text-size