• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Changing text size

Fuzzy13

Extreme Android User
Dec 8, 2011
7,284
2,502
A-T-L-A-N-T-A
How would i go about changing the text size in the settings app.

Is it globally controlled? Will other sizes change as well?

Also instead of the text being centered between the dividers in the settings menu, how would i change it to sit right above each divider?

Any info would be great. Thanks
 
Look in the styles

Youll see stuff like (this is from the stock settings)

<style name="TextAppearance" parent="@android:style/TextAppearance" />
<style name="TextAppearance.info_label" parent="@style/TextAppearance">
<item name="android:textSize">14.0sp</item>
<item name="android:textStyle">bold</item>
</style>
<style name="TextAppearance.info_small" parent="@style/TextAppearance">
<item name="android:textSize">12.0sp</item>
<item name="android:textStyle">normal</item>
</style>
<style name="TextAppearance.info_value" parent="@style/TextAppearance">
<item name="android:textSize">14.0sp</item>
<item name="android:textStyle">normal</item>
 
Upvote 0
Finally got my background right

34hclcm.png
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones