Im trying to build aosp for my devkit, and i'd like to know where should i look to for :
- to changing font size of texts in settings section ( i've replaced droid fonts with another one but the new font kind large) or global font setting.
- to change position of texts in settings section ( usually all texts are in left side, i want to try and put it in right side for example).
- the language locale names that
showed in settings/language &
keyboards.. where are they stored .
i looked into
LocalePicker.java
but could not figure it out.
- the language locale names that
showed in settings/language &
keyboards.. where are they stored .
i looked into
For example i want to change a locale name from english to it's native language (In some android builds i've seen arabic locale was in english, an开发者_开发问答d some other builds it was shown in native arabic العربية).
精彩评论