alishanidrees
alishanidrees
> @orif-jr > What do you want to achieve? In my case, I have a decorator for the current day and the selected text appearance is defined in the XML....
Flip animation not working on some devices like samsung Galaxy Tab A7 Lite
``` prefixTextView.apply { visibility = View.VISIBLE setTextAppearance(R.style.prefixStyle) updateLayoutParams { height = MATCH_PARENT width = WRAP_CONTENT } gravity = Gravity.CENTER } ``` This solution worked for me after wasted some hours