0
I’m making an application in which the user must select if the action will be repeat on a certain day of the week, wanted to do something similar to what we have on the alarm clock of Android:
What I’ve done so far is to use a ToggleButton
for each day of the week, there is some specific component for these buttons or I have some way to customize the ToggleButton
?
Great question! I will prepare an example of Custom View and post it here.
– Mateus
You can create a selector and use it as the background to your Togglebutton
– FábioArsénio