Answers for "android studio get dimension of button text"

0

android studio get dimension of button text

text size should be mentioned in sp, not in dp try like this

 android:textSize="30sp"
Size of the text. Recommended dimension type for text is "sp" for scaled-pixels.
Posted by: Guest on September-30-2021

Code answers related to "android studio get dimension of button text"

Browse Popular Code Answers by Language