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
This commit is contained in:
Miranda Kephart
2022-02-02 12:40:25 -05:00
parent 304984505b
commit 14aa8b7d7d

View File

@@ -17,6 +17,7 @@
<com.android.systemui.screenshot.OverlayActionChip
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/overlay_action_chip"
android:theme="@style/FloatingOverlay"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/overlay_action_chip_margin_start"