I am having trouble applying a gradient background to a LinearLayout.
This should be relatively simple from what I have read but it just doesn\'t seem to work. For r
In XML Drawable File:
In your layout file: android:background="@drawable/gradient_background"
.....