How I can create some thing like this? Has it any specific name or view? Like red cycle image in below link:
Asked
Active
Viewed 3,077 times
2
-
2It is called `FAB` (**F**loating **A**ction **B**utton) and is part of the `appcompat` support library. – ByteHamster Apr 25 '15 at 12:03
2 Answers
2
You can create that view using a ListView like its explained there: https://developer.android.com/training/material/lists-cards.html.
You can create the floating button using an oval shape with an image inside and set some elevation. Click here for more info How to create a floating action button (FAB) in android, using AppCompat v21?
Have a look at general Android Material Design Guidelines to get some additional insight for these kind of ui. https://developer.android.com/design/material/index.html
0
This can be useful for you. I made a "dummy" Gmail UI for show a material activity transition. https://github.com/coyarzun89/FabTransitionActivity

Cristopher Oyarzún Altamirano
- 175
- 2
- 10