image of the modal designThis is the design I want to achieve in android, where the center one is image and the edges are rounded corners, when scrolled up it should scroll till the last
Asked
Active
Viewed 32 times
1 Answers
1
You can achieve this by using an imageView
and a shape
as background
.
Also, you could use this library: https://github.com/hdodenhof/CircleImageView

Bogdan Android
- 1,345
- 2
- 10
- 21