Skip to content

Instantly share code, notes, and snippets.

View MoonHyekyung's full-sized avatar

MoonHyekyung MoonHyekyung

View GitHub Profile
@MoonHyekyung
MoonHyekyung / shadow.xml
Created April 11, 2020 06:18 — forked from lecho/shadow.xml
Android shadow drawable xml.
<?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"