You can use android:includeFontPadding="false"
to get rid of the default padding in a TextView
. Android docs say this about the attribute:
Leave enough room for ascenders and descenders instead of using the font ascent and descent strictly.
Questions:
- What does the above mean? What is this padding used for?
- Is it bad to turn it off and why?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…