The setOrientation method of LinearLayout will not accept the argument VERTICAL, contrary to the following from the android reference
i have a split view i开发者_如何学运维n ipad and its working fine when i launches it in poprtrait but is showing in portrait views in landscape also...
@Override public void onConfigurationChanged(Configuration _newConfig) { if (_newConfig.orientation == Configuration.ORIENTATION_LANDSCAPE) {
Anyone have a simple way to silence the undocumented UIDevice setOrientation warning? I foun开发者_如何学JAVAd this piece of code that silences the undocumented UIPickerView setSoundsEnabled warning.