From e980e1a6133cbb33a6827092a4ab2f65cbd60ca7 Mon Sep 17 00:00:00 2001 From: Luke Simmons Date: Sat, 26 Dec 2020 22:51:34 -0600 Subject: Add background to autoplay controls Added a translucent background to the video autoplay controls. Before, when the video background was white, you couldn't see the video controls; this fixes that. --- app/src/main/res/drawable/background_autoplay.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/src/main/res/drawable/background_autoplay.xml (limited to 'app/src/main/res/drawable/background_autoplay.xml') diff --git a/app/src/main/res/drawable/background_autoplay.xml b/app/src/main/res/drawable/background_autoplay.xml new file mode 100644 index 00000000..8859f467 --- /dev/null +++ b/app/src/main/res/drawable/background_autoplay.xml @@ -0,0 +1,11 @@ + + + + + + + + -- cgit v1.2.3