MCPcopy Create free account
hub / github.com/GcsSloop/AndroidNote / setBackgroundColor

Method setBackgroundColor

CustomView/Advance/Code/CheckView.java:179–181  ·  view source on GitHub ↗

设置背景圆形颜色 @param color

(int color)

Source from the content-addressed store, hash-verified

177 * @param color
178 */
179 public void setBackgroundColor(int color){
180 mPaint.setColor(color);
181 }
182}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected