convert kotlin to java code below from previous classpackage comalamkanakweekviewimport androidxannotationColorIntinterface TextColorPicker ColorInt fun getTextColorevent WeekViewEvent Int
package com.alamkanak.weekview;
import androidx.annotation.ColorInt;
public interface TextColorPicker {
@ColorInt
int getTextColor(WeekViewEvent event);
}
原文地址: https://www.cveoy.top/t/topic/jdYp 著作权归作者所有。请勿转载和采集!