android-toolbar

How do I make a DrawerLayout under the ToolBar?

I have such a question how to make a DrawerLayout under the ToolBar. I asked this question because there is no DrawerLayout, ... adding="8dp" /> </androidx.drawerlayout.widget.DrawerLayout> The fact is that all the content is on ToolBar-e...

Replacing the burger icon with an arrow

It turned out to synchronize the state of the side menu with the burger button via ActionBarDrawerToggle. I.e., the burger ic ... ment); return NavigationUI.navigateUp(navController, mAppBarConfiguration) || super.onSupportNavigateUp(); }

Icon size in menu

I program for android for the first week and for the first time I ask a question on this forum Please tell me how to increase ... ----------------------------- Even this inside android:layout_width="64dp" android:layout_height="64dp" Thank you very much