Ok, so hiding the action bar is something doable. But, how can we hide the (newly introduced) toolbar in our activity?
I am making an app with an activity having the
Use the following code:
ViewCompat.setNestedScrollingEnabled(listView, true);