• 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
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
 
nice idea but would u make it bigger or smaller? also is it possible to change mms font colors i know it wont show on the other side but the white fonts have gotten old for me.
 
n4zty said:
nice idea but would u make it bigger or smaller? also is it possible to change mms font colors i know it wont show on the other side but the white fonts have gotten old for me.

I would make it smaller. I think you change font colors for mms.
 
nah i never changed the colors on my mms i wish and i have never seen any1 with any font color for their mms rather than white.
 
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>
 
Finally got my background right

34hclcm.png
 
Lower the number smaller the text....I think Ahahaha no seriously I think...Ive never messed with it
 
you can also change text by lcd density it in the build prop from 240 to 184 everything is small screen size and apps change only problem with that is the phone.apk change to lol wish there was away to keep apps normal
 
you can also change text by lcd density it in the build prop from 240 to 184 everything is small screen size and apps change only problem with that is the phone.apk change to lol wish there was away to keep apps normal

Not wanting to go that route. ;)

Thanks though
 
Back
Top Bottom