Change shortcut background to #FFFFFF, as per spec.

Bug: 28980830
Change-Id: Ie05ce97267cdeaebeb48691a948c61961d2a39d2
This commit is contained in:
Tony Wickham
2016-07-20 17:40:06 -07:00
parent f3c911cb10
commit 35a754bade
+1 -1
View File
@@ -16,6 +16,6 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/quantum_panel_bg_color" />
<solid android:color="#FFFFFF" />
<corners android:radius="@dimen/bg_pill_radius" />
</shape>