PS: copy tis layout file to tpa/system/layout
back up ur original layout.xml then copy this usin FAR.....this layout is witout operator logo,,,,,
Printable View
PS: copy tis layout file to tpa/system/layout
back up ur original layout.xml then copy this usin FAR.....this layout is witout operator logo,,,,,
For what phone is that layout ????cuz for w810i there patches that make this work.Anyway good work.
but i personally believe this modification is better than a patch ......
because patching usually results in a buggy phone as far as i have experienced ...
Does it works on k800i?
...we need the phone model, lol
try it and you will now
looking great on k750i. thanks.
I would also want to know if this works on K800i.
As far as i know you edit fonts in tpa/preset/system/fonts (fonts.xml) on K800i..
you must edit the layout.xml.. find this line..
<attributes count="7">
<attr index="0" value="2"/> <!-- INTERNAL_FRAME_FONT_SIZE -->
<attr index="1" value="0"/> <!-- INTERNAL_FRAME_FONT_STYLE -->
<attr index="2" value="2"/> <!-- INTERNAL_FRAME_LARGE_FONT_SIZE -->
<attr index="3" value="0"/> <!-- INTERNAL_FRAME_LARGE_FONT_STYLE -->
<attr index="4" value="10"/> <!-- STRING_INPUT_INROW_SCROLL -->
<attr index="5" value="32"/> <!-- STRING_INPUT_RESERVESPACE_CHINESE -->
<attr index="6" value="0"/> <!-- INTERNAL_FRAME_LARGE_SHOW_TITLE -->
and make it...
<attributes count="7">
<attr index="0" value="1"/> <!-- INTERNAL_FRAME_FONT_SIZE -->
<attr index="1" value="0"/> <!-- INTERNAL_FRAME_FONT_STYLE -->
<attr index="2" value="1"/> <!-- INTERNAL_FRAME_LARGE_FONT_SIZE -->
<attr index="3" value="0"/> <!-- INTERNAL_FRAME_LARGE_FONT_STYLE -->
<attr index="4" value="10"/> <!-- STRING_INPUT_INROW_SCROLL -->
<attr index="5" value="32"/> <!-- STRING_INPUT_RESERVESPACE_CHINESE -->
<attr index="6" value="0"/> <!-- INTERNAL_FRAME_LARGE_SHOW_TITLE -->
@cathdan: That didnt work for me on K800i.
What i did is change the value of all <sett name="FontType" value="FontE_XXR"/>.
Then change FontE_XXR to maybe FontE_20R.
Just search layout.xml after all lines of <sett name="FontType" value= and change the FontE_ to something you want.
@DeKosta i think it will work on k800i.im using w850i and it works. just look for that line in layout.xml and change it.. layout.xml of k800i and w850i is i think almost the same so it will work...
didnt work on my w830......
I tried changing those values but nothing happened..
The only way i found to alter font size was to change the value of = <sett name="FontType" value=XXXXX>
But i find it quite time taking because i dont really know what changes what so it takes some trial and error.
wait wats the path to gettin the lines
wait nvm lol i got it
wasnt readin the first page
whats so good with small text Y_Y
how about on 128x160 phones?
Allright its easy to change font on K800/K810, just change one line in layout.xml..
This line:
And change FontE_24R to something else like me i have FontE_20R - smaller font.Code:<attr value="FontE_24R"/> <!-- Large font -->