2

How I can create some thing like this? Has it any specific name or view? Like red cycle image in below link:

enter image description here

nikis
  • 11,166
  • 2
  • 35
  • 45
Erfan Eghterafi
  • 4,344
  • 1
  • 33
  • 44

2 Answers2

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

Community
  • 1
  • 1
Ortsinton
  • 83
  • 9
0

This can be useful for you. I made a "dummy" Gmail UI for show a material activity transition. https://github.com/coyarzun89/FabTransitionActivity