摘要: 1、利于系统自带的颜色类如TextView1.setTextColor(Android.graphics.Color.RED);2、数字颜色表示法TextView1.setTextColor(0xffff00ff);3、自定义颜色TextView1.setTextColor(this.getReso... 阅读全文
posted @ 2015-04-09 19:59 包子糖Sakura 阅读(841) 评论(1) 推荐(1)