mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00

* fix(android-styling): correctly detect if drawable uses ColorFilter Treat a widget with a BorderDrawable background as any other, even if it's FilterOnly If the drawable has been replaced with a new one, clear _cachedDrawable Fixes #6341 * test(button): add test for changing border-radius and color in button * test: fix test checks for IOS * keep original drawable cached