Mohamed Emish
Results
1
comments of
Mohamed Emish
I fixed that using this line to set the spinner icon color and it worked ` ((getChildAt(0) as FrameLayout)[1] as ImageView).imageTintList = ContextCompat.getColorStateList(requireContext(), R.color.gray_8b8b8b) `