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
 

n4zty

Android Expert
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.
 

Fuzzy13

Extreme Android User
Thread starter
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.
 

n4zty

Android Expert
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.
 

ShinySide

Extreme Android User
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>
 

Fuzzy13

Extreme Android User
Thread starter
Finally got my background right

34hclcm.png
 

eversleyd

Well-Known Member
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
 

Fuzzy13

Extreme Android User
Thread starter
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
 
Top