mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-17 17:48:20 +00:00
- Don't remove elevation during animation (b/62905720) - Other adjustments (b/35766387) - Add "gutter" between notification and shortcuts - Change shortcuts to always be primary color (e.g. white) - Scale down shortcut icons when notifications present - Apply icon extracted color to "Notifications" header Change-Id: Idf791dc76d15d05d246000ad73810916d7cd1750
9 lines
404 B
XML
9 lines
404 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- This "gutter" has a shadow at the top and a subtler shadow on the bottom. -->
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<gradient android:type="linear"
|
|
android:angle="-90"
|
|
android:startColor="#ffE0E0E0"
|
|
android:centerColor="#ffffffff"
|
|
android:endColor="#ffF5F5F5" />
|
|
</shape> |