From b85cfc812be3552a1382b16e2f490fcab467e409 Mon Sep 17 00:00:00 2001 From: Jason Chiu Date: Tue, 10 Mar 2020 11:17:28 +0800 Subject: [PATCH] Change sticky card UI back to homepage card style Fixes: 149371123 Test: visual Change-Id: Ie1c2bc7b806b818000e9a2e88753f9904a3f30f4 --- res/layout/contextual_slice_sticky_tile.xml | 10 +++------- res/values/styles.xml | 6 ------ .../slices/SliceFullCardRendererHelper.java | 6 +----- 3 files changed, 4 insertions(+), 18 deletions(-) diff --git a/res/layout/contextual_slice_sticky_tile.xml b/res/layout/contextual_slice_sticky_tile.xml index 734697f966e..5991068dfc6 100644 --- a/res/layout/contextual_slice_sticky_tile.xml +++ b/res/layout/contextual_slice_sticky_tile.xml @@ -15,12 +15,11 @@ limitations under the License. --> - + style="@style/ContextualCardStyle"> - - - + diff --git a/res/values/styles.xml b/res/values/styles.xml index bd89a6178c0..848eaf14bd9 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -462,12 +462,6 @@ ?android:attr/colorControlHighlight - -