I want to create a toolbar in my app, and I am wondering what is the standard height for the toolbar in android?
I want it to be big enough for a finger, but not huge.
The recommended minimum size for touchable elements is 48 dp, see this page for more detailed metrics.