public interface ICellBackgroundFormat<T>
| Modifier and Type | Method and Description |
|---|---|
void |
drawBackground(android.graphics.Canvas canvas,
android.graphics.Rect rect,
T t,
android.graphics.Paint paint)
绘制背景
|
int |
getTextColor(T t)
当背景颜色改变字体也需要跟随变化
|