промежуточный. частичный рефакторинг с прицелом на библиотечную часть
This commit is contained in:
8
src/Common_old/UI/Themes/ThemeElement.java
Normal file
8
src/Common_old/UI/Themes/ThemeElement.java
Normal file
@@ -0,0 +1,8 @@
|
||||
package Common_old.UI.Themes;
|
||||
public interface ThemeElement {
|
||||
default void FontUp() {
|
||||
}
|
||||
default void FontDown() {
|
||||
}
|
||||
void applyTheme();
|
||||
}
|
||||
Reference in New Issue
Block a user