Android Studio: RelativeLayout background color doesn't render behind the elements
I have a RelativeLayout container with a blue background color. Inside of it I have a TextView element, but for some reason the background is rendered on top of my text and not behind it. Here's my code: <RelativeLayout android:id="@+id/my_widget"…