mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
8 lines
301 B
XML
8 lines
301 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<gradient
|
|
android:angle="90"
|
|
android:endColor="@android:color/transparent"
|
|
android:startColor="@color/chip_scrim_start_color"
|
|
android:type="linear" />
|
|
</shape> |