渐变listview
摘要:
1 int red = Color.rgb(217 + (cursor.getPosition() * 2), 0 + (cursor.getPosition() * 22), 22 + (cursor.getPosition() * 1));2 int black = Color.parseColor("#" + String.valueOf(Integer.toHexString(0x212121 + (cursor.getPosition() * 0x060606))));3 RelativeLayout relativeLayout... 阅读全文
posted @ 2013-05-07 17:10 MASAILA 阅读(142) 评论(0) 推荐(0)
浙公网安备 33010602011771号