Files
lawnchair/res/drawable/gutter_horizontal.xml
Tony Wickham aa2272f81c Popup visual changes
- 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
2017-06-27 19:43:18 -07:00

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>