I want to change the icon of Navigation from Blue arrow to customized icon. Is it possible to change & how?
Hi, Priyanka
I think you can pass your customized icons when you are creating the chevron.
ChevronBuilder chevronBuilder = ChevronBuilder.create(activeIcon, inactiveIcon);
Chevron i haven’t used, to change the blue icon as shown in image, do i need to use ChevronBuilder?