java - How to create some thing like gmail compose in android app -
how can create thing this? has specific name or view? red cycle image in below link:
you can create view using listview explained there: https://developer.android.com/training/material/lists-cards.html.
you can create floating button using oval shape image inside , set elevation. click here more info how create floating action button (fab) in android, using appcompat v21?
have @ general android material design guidelines additional insight these kind of ui. https://developer.android.com/design/material/index.html
Comments
Post a Comment