如果你想偵測目前手機的方向是直式還是橫式,程式如下:
if (getResources().getConfiguration().orientation ==
Configuration.ORIENTATION_PORTRAIT){
//直式
}
if (getResources().getConfiguration().orientation ==
Configuration.ORIENTATION_LANDSCAPE){
//橫式
}
if (getResources().getConfiguration().orientation ==
Configuration.ORIENTATION_PORTRAIT){
//直式
}
if (getResources().getConfiguration().orientation ==
Configuration.ORIENTATION_LANDSCAPE){
//橫式
}
沒有留言:
張貼留言