How can I create the following UI in Android to be used in the bottom of a View?

There is no “make a sawtooth border” option as far as I know, so you can do one of these things:

Find/make the background image with the pattern you want and add it as a drawable background (or just apply it on the edges you want)

Generate this pattern in the app using lines of triangles. (But why tho)

Find a library that does it for you.

Leave a Comment