From 5f3714a028a33c5b4d1dee20d9dafbd899c39df3 Mon Sep 17 00:00:00 2001 From: David Leibovych Date: Sat, 19 Oct 2019 00:20:53 +0300 Subject: Fixes crash on equalizer open on Android 4.1 --- core/src/main/res/drawable/borderless_button_dark.xml | 19 ++++++++++++------- core/src/main/res/values-v16/colors.xml | 4 ++++ core/src/main/res/values-v19/colors.xml | 4 ---- 3 files changed, 16 insertions(+), 11 deletions(-) create mode 100644 core/src/main/res/values-v16/colors.xml delete mode 100644 core/src/main/res/values-v19/colors.xml (limited to 'core/src') diff --git a/core/src/main/res/drawable/borderless_button_dark.xml b/core/src/main/res/drawable/borderless_button_dark.xml index 6d263938d..3a44d81a2 100644 --- a/core/src/main/res/drawable/borderless_button_dark.xml +++ b/core/src/main/res/drawable/borderless_button_dark.xml @@ -1,13 +1,18 @@ - + + - - + + + + - - + + + + - - + + \ No newline at end of file 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 @@ + + + #484B4D + \ No newline at end of file diff --git a/core/src/main/res/values-v19/colors.xml b/core/src/main/res/values-v19/colors.xml deleted file mode 100644 index 4154280e8..000000000 --- a/core/src/main/res/values-v19/colors.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - #484B4D - \ No newline at end of file -- cgit v1.2.3