add setter for textColor
This commit is contained in:
@@ -75,6 +75,10 @@ public interface RSWidget extends Widget
|
||||
@Override
|
||||
int getTextColor();
|
||||
|
||||
@Import("textColor")
|
||||
@Override
|
||||
void setTextColor(int textColor);
|
||||
|
||||
@Import("opacity")
|
||||
int getOpacity();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user