I have a FrameLayout inside my root view (linear:vertical) that I'm using to hold different fragments depending on user input. The FrameLayout is smaller than the background, so it appears to be "floating".
How do I round the corners of the FrameLayout?
The frags that go inside the FrameLayout are not pictures, so I can't crop them.