diff options
Diffstat (limited to 'core/src/main/res/values-v11')
-rw-r--r-- | core/src/main/res/values-v11/colors.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/main/res/values-v11/colors.xml b/core/src/main/res/values-v11/colors.xml new file mode 100644 index 000000000..520efaa06 --- /dev/null +++ b/core/src/main/res/values-v11/colors.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <color name="selection_background_color_dark">#286E8A</color> + <color name="selection_background_color_light">#81CFEA</color> +</resources>
\ No newline at end of file |