Adyen / adyen-android

Adyen Android Drop-in and Components
https://docs.adyen.com/checkout/android
MIT License
119 stars 66 forks source link

Fix InflateException #1552

Closed OscarSpruit closed 3 weeks ago

OscarSpruit commented 3 weeks ago

Description

Replace ?android:attr/textColor with ?attr/colorOnSurface. ?android:attr/textColor is not defined by default by any AppCompat or Material base theme. If not defined manually it will cause a crash. ?attr/colorOnSurface is used by Material primarily for text coloring.

Checklist

COAND-884

sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud