Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c1c0889 authored by Tony Wickham's avatar Tony Wickham
Browse files

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
parent 7efe6512
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>