I've been using theme attributes in all my drawables, but I found out that this is not supported pre-21
Is there a method I can use to use
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="?attr/background_1" />
<corners android:radius="@dimen/button_corner_radius" />
And such drawables in my layouts? Thanks a lot. Not sure what to do now