摘要: 安卓的背景色设置需要根据SDK的版本来分情况考虑:if (Build.VERSION.SDK_INT >= 16) {textView.setBackground(null);} else {textView.setBackgroundDrawable(null);} 阅读全文
posted @ 2015-05-19 10:24 伟大的臭猪猪 阅读(663) 评论(0) 推荐(0)