摘要:
①创建工程②编写布局 main.xml③新加 drawable.xml,其中添加一个 white 颜色值#ffffffff④在代码中由 ID 获取 TextViewTextView text_A=(TextView)findViewById(R.id.TextView01);TextView text_B=(TextView)findViewById(R.id.TextView02);⑤获取 Resources 对象Resources myColor_R=getBaseContext().getResources();⑥获取 Drawable 对象Drawable myColor_D=myCo 阅读全文
posted @ 2013-12-21 09:30
爱编程hao123
阅读(331)
评论(0)
推荐(0)

浙公网安备 33010602011771号