DebugDrawer
DebugDrawer copied to clipboard
Initial state for a SwitchAction
How can I set the initial state for a SwitchAction before it was inflated? Only writing down a needed value for a needed key to SharedPrefs? Is it possible to do it dynamically?
@Gaket You can copy the SwitchAction class and modify the constructor or add a method by yourself.