From 14aa8b7d7dd706a0d081c20a5efea3d170dec4c9 Mon Sep 17 00:00:00 2001 From: Miranda Kephart Date: Wed, 2 Feb 2022 12:40:25 -0500 Subject: [PATCH] Add back theme for overlay chips They are inflated both as part of other UI and separately. Without a theme the latter fails since the inflater can't find the right color for the chip text. Bug: 217561896 Fix: 217561896 Test: manual Change-Id: I3b533b2ad8519eadc5e467fd34cbe8c7d993f40c --- packages/SystemUI/res/layout/overlay_action_chip.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/res/layout/overlay_action_chip.xml b/packages/SystemUI/res/layout/overlay_action_chip.xml index 6d2d93124234c..e0c20ff4269cb 100644 --- a/packages/SystemUI/res/layout/overlay_action_chip.xml +++ b/packages/SystemUI/res/layout/overlay_action_chip.xml @@ -17,6 +17,7 @@