diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index b8e73a6cb54d5a8afa911600d334c1b5e3c4820e..15f6db9ceae5a4936e93b89ac9a05c0a3da6fa34 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <color name="list_item_icon_color">@color/menu_icon_color</color> - <color name="qr_color">@color/white</color> - <color name="qr_background">#121212</color> + </resources> \ No newline at end of file diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index dd7e0e09b97aa6f163fdb31c56b390b320d49c2d..55e116eb7362fbfcbd1b41e04cccab08223054e5 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -22,6 +22,5 @@ <color name="chip_selected_color">#800E7AFE</color> <color name="launcher_background_color">#00008b</color> <color name="transparent">#00000000</color> - <color name="qr_color">@color/black</color> - <color name="qr_background">@color/white</color> + </resources> \ No newline at end of file diff --git a/settings/src/main/res/values-night/colors.xml b/settings/src/main/res/values-night/colors.xml new file mode 100644 index 0000000000000000000000000000000000000000..c30e4739760b386ce2e47790578eefbfead98490 --- /dev/null +++ b/settings/src/main/res/values-night/colors.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <color name="qr_color">@color/white</color> + <color name="qr_background">#121212</color> +</resources> \ No newline at end of file diff --git a/settings/src/main/res/values/colors.xml b/settings/src/main/res/values/colors.xml new file mode 100644 index 0000000000000000000000000000000000000000..b93efd6f964c3772bd81c08618c0a7094274ea0f --- /dev/null +++ b/settings/src/main/res/values/colors.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <color name="qr_color">@color/black</color> + <color name="qr_background">@color/white</color> +</resources> \ No newline at end of file