We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e73ed3 commit 994cbd0Copy full SHA for 994cbd0
checkbox.android.ts
@@ -84,7 +84,7 @@ export class CheckBox extends View implements CheckBoxInterface {
84
85
86
if(this._android){
87
- if(this.fillColor){
+ if(this.fillColor && device.sdkVersion >= "21"){
88
//Set bound colors
89
this._android.setButtonTintList(android.content.res.ColorStateList.valueOf(new Color(this._fillColor).android));
90
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nativescript-checkbox",
3
- "version": "1.1.3",
+ "version": "1.1.4",
4
"description": "NativeScript plugin for checkbox widget.",
5
"main": "checkbox.js",
6
"typings": "index.d.ts",
0 commit comments