|
@ -54,7 +54,7 @@ public class AndroidNative extends NumberPicker implements Picker { |
|
|
int color = Color.parseColor(stringColor); |
|
|
int color = Color.parseColor(stringColor); |
|
|
|
|
|
|
|
|
if (Build.VERSION.SDK_INT >= 29) { |
|
|
if (Build.VERSION.SDK_INT >= 29) { |
|
|
setTextColor(color); |
|
|
|
|
|
|
|
|
super.setTextColor(color); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|