overlay: BlackTheme: Turn material background colors to black

Change-Id: I76cde9c04fbd31f79f25e00559e55d5ac2e61d1e
Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
This commit is contained in:
someone5678 2024-09-29 20:21:13 +09:00 committed by Fazil Sheik
parent 2a69984dcb
commit c44fb80092
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="background_material_dark">#000000</color>
<color name="background_floating_material_dark">#000000</color>
<color name="autofill_background_material_dark">#000000</color>
</resources>