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
dpandspunits like this: