frameworks/base/packages/EasterEgg/res/drawable/octo_bg.xml

8 lines
265 B
XML
Raw Permalink Normal View History

2025-08-25 08:17:13 +08:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:angle="-90"
android:startColor="#FF205090"
android:endColor="#FF001040"
android:type="linear"
/>
</shape>