diff options
author | David Leibovych <ariedov@gmail.com> | 2019-10-19 00:20:53 +0300 |
---|---|---|
committer | David Leibovych <ariedov@gmail.com> | 2019-10-19 00:20:53 +0300 |
commit | 5f3714a028a33c5b4d1dee20d9dafbd899c39df3 (patch) | |
tree | 022f307c016b773126431382a0d31f653c575a4b /core/src/main/res/values-v16 | |
parent | 2ffdc275b8dd127f15506556d1b7ba9fb9108b47 (diff) | |
download | AntennaPod-5f3714a028a33c5b4d1dee20d9dafbd899c39df3.zip |
Fixes crash on equalizer open on Android 4.1
Diffstat (limited to 'core/src/main/res/values-v16')
-rw-r--r-- | core/src/main/res/values-v16/colors.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/main/res/values-v16/colors.xml b/core/src/main/res/values-v16/colors.xml new file mode 100644 index 000000000..4154280e8 --- /dev/null +++ b/core/src/main/res/values-v16/colors.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <color name="selection_background_color_dark">#484B4D</color> +</resources>
\ No newline at end of file |