xref: /aosp_15_r20/frameworks/base/packages/EasterEgg/res/drawable/octo_bg.xml (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1<?xml version="1.0" encoding="utf-8"?>
2<shape xmlns:android="http://schemas.android.com/apk/res/android">
3    <gradient android:angle="-90"
4        android:startColor="#FF205090"
5        android:endColor="#FF001040"
6        android:type="linear"
7        />
8</shape>