In android, I can specify text appearance like this:
<TextView
android:id="@+id/text"
android:textAppearance="?android:attr/textAppearanceSmall"/>
Can you please tell me how can I specify a even smaller size than "textAppearaneSmall"?
You can also set the text size with the dp
and sp
units like this:
android:textSize="10sp"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With