I am pretty new to android layout, I want my CardView layout
look like:
With view count, user name and icon on top and image in the middle, and description in the bottom.
I searched and couldn't find one place to start, can anyone give me a hint or place of samples?
I am thinking maybe I need a linearly layout of part a, part b and part c
part a: a Relativelayout for top icon, view counts and username
part b: a image view
part c: description.
Is it a right track to implement it?