Fix spring-loaded highlight on JB.

It was setting the panel to black when highlighting a CellLayout,
instead of just adding a white border.

Bug: 27135377
Change-Id: I879b12613b0cbfdda2a980065c66ea3ceb960f33
This commit is contained in:
Tony Wickham
2016-03-31 15:09:15 -07:00
parent 7efe651226
commit 1c1c088994
+1
View File
@@ -30,6 +30,7 @@
<stroke
android:width="@dimen/spring_loaded_panel_border"
android:color="@color/spring_loaded_highlighted_panel_border_color" />
<solid android:color="@android:color/transparent" />
</shape>
</item>