diff --git a/packages/SystemUI/res/drawable/control_spinner_background.xml b/packages/SystemUI/res/drawable/control_spinner_background.xml index 7a8728d2983cf..46a9dad29fecf 100644 --- a/packages/SystemUI/res/drawable/control_spinner_background.xml +++ b/packages/SystemUI/res/drawable/control_spinner_background.xml @@ -20,11 +20,6 @@ android:paddingEnd="40dp" android:paddingLeft="0dp" android:paddingRight="0dp"> - - (R.id.app_or_structure_spinner).apply { setText(selectionItem.getTitle()) // override the default color on the dropdown drawable - (getBackground() as LayerDrawable).getDrawable(1) + (getBackground() as LayerDrawable).getDrawable(0) .setTint(context.resources.getColor(R.color.control_spinner_dropdown, null)) }