BottomSheetBuilder icon indicating copy to clipboard operation
BottomSheetBuilder copied to clipboard

Some features

Open Angelk90 opened this issue 5 years ago • 1 comments

Hi @rubensousa ,

It would be possible to add the following features:

  1. 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.

  1. The possibility to change color to: a) ripple effect b) Color of the item when it is selected

  2. 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://raw.githubusercontent.com/rubensousa/BottomSheetBuilder/master/screens/tablet_grid.png

  3. Connected to 3), the possibility of having rounded corners at the top of the container.

  4. 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.

  1. 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)

Angelk90 avatar Sep 16 '18 15:09 Angelk90

@rubensousa : are there any news?

Angelk90 avatar Nov 04 '18 02:11 Angelk90