how to add option menu in listview
like this screenshot. it's taken from GooglePlay
anybody have sample code or reference link like this screenshot
If you want to save time you can use this cardview library by gabrielemariotti. It has build in card exactly what you wanted, so you can use it directly in your code.
Just add gradle dependencies:
dependencies {
compile 'com.github.gabrielemariotti.cards:cardslib-core:2.1.0'
}
The rest you can follow from the documentation.