Convert Kotlin TextColorPicker Interface to Java
package com.alamkanak.weekview;
import androidx.annotation.ColorInt;
public interface TextColorPicker {
@ColorInt
int getTextColor(WeekViewEvent event);
}
原文地址: https://www.cveoy.top/t/topic/fwtI 著作权归作者所有。请勿转载和采集!