通过getResources().getConfiguration().orientation可获取当前环境。
- if (getResources().getConfiguration().orientation==Configuration.ORIENTATION_LANDSCAPE)
- p_w_picpathView.setBackgroundDrawable(getResources().getDrawable(R.drawable.p_w_picpath_land));
- else
- p_w_picpathView.setBackgroundDrawable(getResources().getDrawable(R.drawable.p_w_picpath));