File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 138138 </style >
139139
140140 <style name =" Base.Theme.Aegis.Amoled" parent =" Base.Theme.Aegis.Dark" >
141- <item name =" android:colorBackground" >#000000</item >
141+ <!-- Setting android:colorBackground to #000000 on API 28 and below causes smearing -->
142+ <item name =" android:colorBackground" >@android:color/black</item >
142143 <item name =" colorSurface" >#000000</item >
143144 <item name =" colorSurfaceVariant" >#000000</item >
144145 <item name =" colorSurfaceContainerHighest" >#000000</item >
152153 </style >
153154
154155 <style name =" ThemeOverlay.Aegis.Dynamic.Amoled" parent =" ThemeOverlay.Material3.DynamicColors.Dark" >
155- <item name =" android:colorBackground" >#000000</item >
156+ <!-- Setting android:colorBackground to #000000 on API 28 and below causes smearing -->
157+ <item name =" android:colorBackground" >@android:color/black</item >
156158 <item name =" colorSurface" >#000000</item >
157159 <item name =" colorSurfaceVariant" >#000000</item >
158160 <item name =" colorSurfaceContainerHighest" >#000000</item >
You can’t perform that action at this time.
0 commit comments