Initial commit
This commit is contained in:
13
resources/res/drawable/shadow.xml
Normal file
13
resources/res/drawable/shadow.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<gradient
|
||||
android:startColor="#a9a09d"
|
||||
android:endColor="#d5d5d5"
|
||||
android:angle="90"
|
||||
android:centerColor="#bbbbbb"/>
|
||||
<corners android:radius="5dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user