I am creating a bottom navigation and the icon needs to be an animated Lottie file. It seems it's not possible to write a binding adapter for the tag. Is there any solution that allows us to have lottie animations in bottom nav?
<item
android:id="@+id/my_navigation"
android:icon="@drawable/my_icon"
android:title="@string/my_text"
**app:setLottie=@raw/my_file/>**