Skip to content

Instantly share code, notes, and snippets.

@AnderWeb
Created May 27, 2015 17:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnderWeb/ef992a23d167f6c2856d to your computer and use it in GitHub Desktop.
Save AnderWeb/ef992a23d167f6c2856d to your computer and use it in GitHub Desktop.
Simple Fake Toolbar shadows for pre-lollipop
<item type="drawable" name="fake_shadow_toolbar">@drawable/name_of_your_real_drawable</item>
<item type="drawable" name="fake_shadow_toolbar">@null</item>
<FrameLayout xxxxxxx android:foreground="@drawable/fake_shadow_toolbar"
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment