This is the XML for the button:
<Button
android:id="@+id/login"
android:color="#048b9dc3"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:text="@string/login"
/>
The button is the default gray color in the app instead of semi transparent blue color I've set above. What am I doing wrong?