implement CompoundButton using GtkSwitch

This commit is contained in:
Julian Winkler
2024-02-15 21:08:13 +01:00
parent d2725a73c9
commit 2d6694d695
8 changed files with 306 additions and 13 deletions

View File

@@ -13,6 +13,4 @@ public class Switch extends CompoundButton {
super(context, attributeSet);
}
public void setChecked(boolean checked) {}
}