一、获取代码
源码下载
D:/msysgit/msysgit>git clone git://android.git.kernel.org/platform/packages/inputmethods/PinyinIME.git
源码位置
/packages/inputmethods/PinyinIME
二、小修改
修改横屏时键盘的高度。
Enviroment.java/**
* The key height for landscape mode. It is relative to the screen height.
*/
private static final float KEY_HEIGHT_RATIO_LANDSCAPE = 0.147f;
修改为
private static final float KEY_HEIGHT_RATIO_LANDSCAPE = 0.110f;