This is an experimental project that's created with ChatGPT.
This is a simple GradientButton class component.
<com.my.newproject21.GradientButton
...
app:startColor="@color/start_color"
app:endColor="@color/end_color"
app:angle="90"
app:radius="10" />
You can also set its properties programmatically like
button.setStartColor(Color.RED);
...
Sketchware Pro version v6.4.0 Beta 6
©2024 Sketchub | User Policy