用FAR打开手机隐藏文件后,打开TPA\SYSTEM\LAYOUT\LAYOUT.XML,复制出LAYOUT.XML,用记事本打开LAYOUT.XML,找到一下字段
控制短信字体大小在就在以下字段(只有一句有用,下有分析):
<object name="StringInput">
<settings>
<sett name="FontType" value="FontE_16R"/>
<sett name="RowHeight" value="10"/>
<!-- should be less than actual rowheight -->
<sett name="TitleMode" value="255"/>
<sett name="OverlayStyle" value="5"/>
<sett name="YPos" value="254"/>
</settings>
<attr index="0" value="4"/> <!-- INTERNAL_FRAME_FONT_SIZE -->
<attr index="1" value="16"/> <!-- INTERNAL_FRAME_FONT_STYLE -->
<attr index="2" value="4"/> <!-- INTERNAL_FRAME_LARGE_FONT_SIZE -->
<attr index="3" value="16"/><!-- INTERNAL_FRAME_LARGE_FONT_STYLE -->
<attr index="4" value="10"/> <!-- STRING_INPUT_INROW_SCROLL -->
<attr index="5" value="2500"/> <!-- STRING_INPUT_LANGUAGE_TOT -->
<attr index="6" value="24"/> <!-- STRING_INPUT_STATUS_ICON_WIDTH -->
<attr index="7" value="30"/> <!-- STRING_INPUT_STATUS_ICON_CHINESE_IM_WIDTH -->
<attr index="8" value="1"/><!-- STRING_INPUT_STATUS_ICON_CHINESE_IM_POS -->
<attr index="9" value="20"/> <!-- STRING_INPUT_STATUS_COUNTER_WIDTH -->
<attr index="10" value="700"/> <!-- STRING_INPUT_STATUS_SCROLL_START -->
<attr index="11" value="200"/> <!-- STRING_INPUT_STATUS_SCROLLING -->
<attr index="12" value="600"/> <!-- STRING_INPUT_STATUS_SCROLL_STOP -->
</attributes>
<attributes count="13" layout="1">
<attr index="0" value="4"/> <!-- INTERNAL_FRAME_FONT_SIZE -->
<attr index="1" value="16"/><!-- INTERNAL_FRAME_FONT_STYLE -->
<attr index="2" value="0"/> <!-- INTERNAL_FRAME_LARGE_FONT_SIZE -->
<attr index="3" value="16"/> <!-- INTERNAL_FRAME_LARGE_FONT_STYLE -->
<attr index="4" value="10"/> <!-- STRING_INPUT_INROW_SCROLL -->
<attr index="5" value="2500"/> <!-- STRING_INPUT_LANGUAGE_TOT -->
<attr index="6" value="24"/><!-- STRING_INPUT_STATUS_ICON_WIDTH -->
<attr index="7" value="30"/> <!-- STRING_INPUT_STATUS_ICON_CHINESE_IM_WIDTH -->
<attr index="8" value="1"/> <!-- STRING_INPUT_STATUS_ICON_CHINESE_IM_POS -->
<attr index="9" value="20"/> <!-- STRING_INPUT_STATUS_COUNTER_WIDTH -->
<attr index="10" value="700"/><!-- STRING_INPUT_STATUS_SCROLL_START -->
<attr index="11" value="200"/> <!-- STRING_INPUT_STATUS_SCROLLING -->
<attr index="12" value="600"/> <!-- STRING_INPUT_STATUS_SCROLL_STOP -->
</attributes>
其中控制短信字体大小的就只有一句有用,就是以下这句:
<attributes count="13" layout="1">
<attr index="0" value="4"/> <!-- INTERNAL_FRAME_FONT_SIZE -->
想改短信字体为小字体的同学们就把这里的value="4"改为value="3"就OK了,其他什么都不用改,开机就是小字体了,不用重设!
变成小字体后,窗口右边空出一个字的位置,到底有没办法改呢?我在这回应一下:细心的朋友或者会留意到,大字体的时候,编缉窗口的右边的空位也是比左边多出一点的,顺理成章,现在变成小字体了,右边的空格自然就变得更大了,我个人估计要修改这个并非不可能,但我绝对相信决定这个的并非单修改LAYOUT.XML就可以这个是由系统控制的,期待日后有高手能破解!