Posts by Walter Luiz • 21 points
1 post
-
0
votes1
answer104
viewsQ: Open the app with open navigation. How can I do this implementation in my code?
I have the following code: headerNavigationLeft = new AccountHeader() .withActivity(this) .withCompactStyle(false) .withThreeSmallProfileImages(true) .withHeaderBackground(R.drawable.navigation)…