How to make Focus to FloatingActionButton Even if the Navigation drawer is open in Android
问题 I want to make focus on FloatingActionButton Even if my Navigation Drawer is open. I know when the navigation Drawer is open then rest of the screen is unfocusable by using setScrimColor this we can reduce the focus on Navigation Drawer. But I want to make FloatingActionButton is focusable. Library is below for ActionButton https://github.com/shell-software/fab see the below screenshot for my problem. Normal Screen : Click on FloatingButton : What I want like this Focusable : activity_main