BottomAppBar icon indicating copy to clipboard operation
BottomAppBar copied to clipboard

Question: how to set to show multiple action items, taking as much as possible?

Open AndroidDeveloperLB opened this issue 4 years ago • 0 comments

I can see on the screenshots of the material guidelines that it's possible to show more than just 2:

https://material.io/components/app-bars-bottom/app-bars-bottom.html#anatomy

Example: https://storage.googleapis.com/spec-host-backup/mio-components%2Fassets%2F1STHFRgIzHVCN_kx0Pzt8HfG6JEJOCGYz%2Fanatomy-fab-none.png

image

How do I do that? I can even see that there is a way to set the action items on the left (and hopefully still have the overflow item on the far-right-edge) :

https://storage.googleapis.com/spec-host-backup/mio-components%2Fassets%2F1uMIJeZicJJACwoQquyJO4o0ovLV2yrqx%2Fplacement-top-app-bar-do.png

image

Is it possible only for BottomAppBar, or for Toolbar in general?

Please show in the sample how to do both.

I even wrote a question about this here, because initially I thought it's something of the Toolbar itself.

AndroidDeveloperLB avatar Nov 13 '19 15:11 AndroidDeveloperLB