RetroMusicPlayer/app/src/main/res/drawable/gradient_4.xml

7 lines
230 B
XML
Raw Normal View History

2018-07-27 18:37:33 +05:30
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="135"
android:endColor="#0acffe"
android:startColor="#495aff"/>
</shape>