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.
you can use the toolbar widget that already exist in android and put the height wrap_content , so it will better to get the default size that come with it.
here