配置资料文件夹的命名规则
命名顺序:
语言
屏幕方向
port(portrait直式),land(landscope横式),square
如layout-port,
触控类型
notouch finger stylus
输入方式
nokeys qwerty 12key
浏览方式
notouch dpad trackball wheel
屏幕分辨率
320*240(qvga)
640*480(hvga)
配置文件中指定屏幕方向
android:screenOrientation="portrait"
程序中指定屏幕方向
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);