Created
May 27, 2015 17:09
-
-
Save AnderWeb/ef992a23d167f6c2856d to your computer and use it in GitHub Desktop.
Simple Fake Toolbar shadows for pre-lollipop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<item type="drawable" name="fake_shadow_toolbar">@drawable/name_of_your_real_drawable</item> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<item type="drawable" name="fake_shadow_toolbar">@null</item> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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