0

I'm using BottomNavigation and add menu to Bottom Navigation then add LottieDrawable to MenuItem

 lottieDrawable = new LottieDrawable();
    LottieCompositionFactory.fromRawRes(mContext,R.raw.oasis_animated_icon).addListener(new 
      LottieListener<LottieComposition>() {
        @Override
        public void onResult(LottieComposition result) {
            lottieDrawable.setComposition(result);

        }
    });
    mBinding.bottomNavigation.getMenu().getItem(2).setIcon(lottieDrawable);

How can change MenuItem-Icon size or LottieDrawable Size?

medmjs
  • 86
  • 5

0 Answers0