I can customize android navigations actions easily, like this code, but I am not able to customize actions coming from drawer or bottomnavigation and menu.
Is there a way to customize this actions? Actions coming from this configurantion setupActionBarWithNavController?
<action
android:id="@+id/action_flow_step_two_dest_to_notificationsFragment"
app:destination="@id/notificationsFragment"
app:enterAnim="@anim/navigation_slide_in_right"
app:exitAnim="@anim/navigation_slide_out_left"
app:popEnterAnim="@anim/navigation_slide_in_left"
app:popExitAnim="@anim/navigation_slide_out_right" />