I have set the the backgroundTint of a view as shown below but it has no effect on its color. On xml design view, it looks fine but not on the device. I have lollipop's version on my device.
compileSdkVersion and targetSdkVersion is 21.
<View
android:layout_width="35dp"
android:layout_height="35dp"
android:background="@drawable/circle_appointment_statuses"
android:backgroundTint="@color/pending" />