diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml index 5a2b33dd..65521456 100644 --- a/.idea/deploymentTargetDropDown.xml +++ b/.idea/deploymentTargetDropDown.xml @@ -3,7 +3,20 @@ - + + + + + + + + + + + + + + diff --git a/app/src/main/assets/clips/testfile.mp4 b/app/src/main/assets/clips/testfile.mp4 deleted file mode 100644 index 571ff445..00000000 Binary files a/app/src/main/assets/clips/testfile.mp4 and /dev/null differ diff --git a/app/src/main/assets/themes/Adwaita/mixer.png b/app/src/main/assets/themes/Adwaita/mixer.png new file mode 100644 index 00000000..bb298fed Binary files /dev/null and b/app/src/main/assets/themes/Adwaita/mixer.png differ diff --git a/app/src/main/assets/themes/Adwaita/theme.json b/app/src/main/assets/themes/Adwaita/theme.json index 73bf0480..953701fd 100644 --- a/app/src/main/assets/themes/Adwaita/theme.json +++ b/app/src/main/assets/themes/Adwaita/theme.json @@ -66,6 +66,8 @@ "play": "play.png", "pause": "pause.png", "media": "play_small.png", - "reset": "loop.png" + "reset": "loop.png", + "mixer-on": "mixer.png", + "mixer-off": "mixer.png" } }