0
// I use this method to determine the change screen orientation    
Activity.isChangingConfiguration()

ColorDrawable.getColor() // I use this method to get activity background color

这些方法是在 api 版本 11 中添加的。现在我必须使用最低版本的 api - 8。

对不起我的英语不好。

谢谢

4

1 回答 1

0

这项工作为颜色

getResources().getColor(R.color.gray_light);

对于方向:旧帖子。尝试使用谷歌,或者这个网站搜索引擎 :) 祝你好运

于 2013-04-12T19:42:53.243 回答