All Questions
5 questions
3
votes
0
answers
164
views
Edge Screen nav drawer button show white box android
[Nav bar hamburger Button show white box][it only happens on curve screen like Samsung s8 s9 etc works fine on plain screen]
this is a screenshot below.
private void getViewsReference() {
...
6
votes
1
answer
3k
views
Why does the android jetpack NavigationUI navigateUp method only open the draw menu if you are at the start destination of the nav graph
When using a NavigationView with a DrawLayout and an ActionBar, jetpack provides some powerful convenience methods to hook everything up together so that these items are easier to implement.
The ...
0
votes
2
answers
1k
views
getActionBar().setHomeAsUpIndicator() Breaking Navigation Drawer "Hamburger" Animation
In my application, I'm using a Navigation Drawer. I have given each item in the Navigation Drawer a different Icon for opening the Nav Drawer.
When I initially start the app, the drawer icon for the ...
3
votes
5
answers
7k
views
Navigation Drawer and with Activity in Android
I am trying out the navigation drawer (slide menu) given in this tutorial.
The difference with above link and mine is that instead of calling fragments I am trying to call the activity. When the app ...
0
votes
1
answer
896
views
Action Bar with navigation drawer
This is very similar to many question already posted on stackoverflow, but I still haven't found the right solution. The problem I'm facing is how to implement a custom actionbar.xml file and add a ...