You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
metu.life-android/app/src/main/res/drawable-v26/launcher_shadow_gradient.xml

12 lines
369 B

<?xml version="1.0" encoding="utf-8"?>
<gradient xmlns:android="http://schemas.android.com/apk/res/android"
android:startColor="#000"
android:centerColor="#000"
android:endColor="#0000"
android:startX="30"
android:startY="30"
android:centerX="90"
android:centerY="90"
android:endX="110"
android:endY="110"
android:type="linear"/>