On Xiaomi devices default crop drawable is not changing color for dark mode. This issue is most likely due to using .png as drawable. Switching to .svg fixes this issue. It would be nice to have this behavior as default, but for now we can fix it by passing new drawable for it.
On Xiaomi devices default crop drawable is not changing color for dark mode. This issue is most likely due to using .png as drawable. Switching to .svg fixes this issue. It would be nice to have this behavior as default, but for now we can fix it by passing new drawable for it.
val options = UCrop.Options()
All other brans are showing correct color for crop drawable