diff --git a/res/layout/contextual_slice_full_tile.xml b/res/layout/contextual_slice_full_tile.xml index 1438cfb1c32..4b1155e3e97 100644 --- a/res/layout/contextual_slice_full_tile.xml +++ b/res/layout/contextual_slice_full_tile.xml @@ -21,23 +21,17 @@ android:layout_height="wrap_content" style="@style/ContextualCardStyle"> - + + + android:layout_height="wrap_content" + android:importantForAccessibility="no"/> - + + - - - - - - \ No newline at end of file diff --git a/res/layout/contextual_slice_sticky_tile.xml b/res/layout/contextual_slice_sticky_tile.xml index 117732d929c..734697f966e 100644 --- a/res/layout/contextual_slice_sticky_tile.xml +++ b/res/layout/contextual_slice_sticky_tile.xml @@ -15,11 +15,12 @@ limitations under the License. --> - + android:orientation="vertical" + style="@style/StickyCardStyle"> - \ No newline at end of file + + + diff --git a/res/values/styles.xml b/res/values/styles.xml index 02998ae466c..9816e0773b6 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -423,6 +423,12 @@ ?android:attr/colorControlHighlight + +