Hello!
I would like to ask for help regarding geometrical shapes using
java on android studio.
You see, I am coding an app where I want to make a button having the shape of a triangle that would take on the whole screen.
I searched on the internet regarding shapes, but I am having concerns about the fact that not every smartphones uses the same screen sizes.
How could I make this shape to stay "true" to the size of the screen?
I am intending to divide the screen in three main buttons separated by a "V" which would create 3 triangular buttons.
Could anyone help me and guide me through this task?
Many thanks in advance!