I am trying to achieve this look in my android app.
It is called deboss effect where the text looks hollow. I have to do this using Canvas
so TextView isn't an option.
My first thought was to somehow add an inner show in the text. But I couldn't find a way to do it. I tried to look a lot but couldn't find a way to achieve this. Anybody have any ideas? Thanks!