I need to create a layout that\'s split the screen diagonally into two parts with different colors as their background.Something like this:
It should be possible to create a View as the background, then put another one above it with a 45 degree angle. Put both inside a FrameLayout to clip it to a rect again. You may assign a onClick handler to each of them.