Created
September 7, 2013 07:01
-
-
Save lecho/6473458 to your computer and use it in GitHub Desktop.
Android shadow drawable xml.
This file contains 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
<?xml version="1.0" encoding="utf-8"?> | |
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" > | |
<!-- Drop Shadow Stack --> | |
<item> | |
<shape> | |
<padding | |
android:bottom="1dp" | |
android:left="1dp" | |
android:right="1dp" | |
android:top="1dp" /> | |
<solid android:color="#00CCCCCC" /> | |
<corners android:radius="3dp" /> | |
</shape> | |
</item> | |
<item> | |
<shape> | |
<padding | |
android:bottom="1dp" | |
android:left="1dp" | |
android:right="1dp" | |
android:top="1dp" /> | |
<solid android:color="#10CCCCCC" /> | |
<corners android:radius="3dp" /> | |
</shape> | |
</item> | |
<item> | |
<shape> | |
<padding | |
android:bottom="1dp" | |
android:left="1dp" | |
android:right="1dp" | |
android:top="1dp" /> | |
<solid android:color="#20CCCCCC" /> | |
<corners android:radius="3dp" /> | |
</shape> | |
</item> | |
<item> | |
<shape> | |
<padding | |
android:bottom="1dp" | |
android:left="1dp" | |
android:right="1dp" | |
android:top="1dp" /> | |
<solid android:color="#30CCCCCC" /> | |
<corners android:radius="3dp" /> | |
</shape> | |
</item> | |
<item> | |
<shape> | |
<padding | |
android:bottom="1dp" | |
android:left="1dp" | |
android:right="1dp" | |
android:top="1dp" /> | |
<solid android:color="#50CCCCCC" /> | |
<corners android:radius="3dp" /> | |
</shape> | |
</item> | |
<!-- Background --> | |
<item> | |
<shape> | |
<solid android:color="@android:color/white" /> | |
<corners android:radius="3dp" /> | |
</shape> | |
</item> | |
</layer-list> |
thannnk you
Yoooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo big thank you .
thanks you
Thank you..
Thanks youuuu ^^
Thanks 🙏🏻
Thanksssss ^^^
Thank you very much !
thanksssssssssssssss
Cool man, Thank you
Thank you!!!
wow, you a life save man, thanks a million
Thanks!
Thank you very much! I have been trying to make a shadow shape for more than two hours.
perfect! finally found, thank you!
✌🏻👌🏻🥳
Cuando vengas a España te invito a una caña jajaja
Thank you, bro! This code helps my project a lot!
Thanks
exactly what i've been looking for
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sweet