How to show the shadow of the ActionBar&Toolbar of the support library on all Android versions?
问题 This is a simple question: I use the new support library, which allows me to have a Toolbar instance and even set it as the actionBar of the activity (or use the default one). How do I customize the shadow being cast by the Toolbar (or the default ActionBar) ? I've tried to use "setElevation" (on both of them), but it didn't seem to do anything on Android Lollipop. Also, I can't find how to customize the shadow on pre-Lollipop versions. Is there maybe an API for this? or at least a drawable