Closed javichaques closed 6 years ago
Hi,
I want a plain color background on the view. I set this:
android:background = "@drawable/cardbackground_plain"
<color name="card_background">#0060E2</color>
Works on Android 8, but fail on Android 4.2.2
Android 8 -> Image Android 4.2.2 -> Image
How can i solve it?
Thanks
I upload this pull request to fix it.
https://github.com/vinaygaba/CreditCardView/pull/36
Hi,
I want a plain color background on the view. I set this:
Works on Android 8, but fail on Android 4.2.2
Android 8 -> Image Android 4.2.2 -> Image
How can i solve it?
Thanks