-1

Good day, I have a question, how can I make my image view look like this.

enter image description here

I've tried to make this shape background in xml but nothing worked. Anyone have a suggestion?

Vlad Zbuker
  • 134
  • 1
  • 2
  • 10
  • 2
    Just overlay another image which has a white triangle on the bottom and the rest is transparent. –  May 26 '16 at 07:10

1 Answers1

0

I would probably suggest using a mask with your imageview and another image that is with the shape you want like here

Or you could place a white drawable with the shape you need on top of the imageview.

Community
  • 1
  • 1
Gilad Eshkoli
  • 1,253
  • 11
  • 27