ispbox
08/17/2019, 11:04 AMval launchDemoBtn = button {
textResource = R.string.go_to_the_demo
}
It doesn't work for me - just empty space is shown, and no errors.
I didn't notice this initially because I started right from AppCompat samples (they work pretty well :))Widget.Button.Toggle
), ToggleButton is not available in AppCompat.louiscad
08/18/2019, 3:35 AMispbox
08/18/2019, 9:09 AMparent="Theme.AppCompat.Light.NoActionBar"
. If I change it to Theme.MaterialComponents.Light.NoActionBar
everything goes right. My fault.