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:
parent
2a69984dcb
commit
c44fb80092
|
@ -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>
|
Loading…
Reference in New Issue