From 580acb4e2f8e642883dfbd1f08a9ee9c1bbf2581 Mon Sep 17 00:00:00 2001 From: nvalletta Date: Sun, 12 Nov 2017 14:23:22 -0700 Subject: [PATCH] Add an easy way to set the shutter view background color --- .../exoplayer2/ui/SimpleExoPlayerView.java | 22 +++++++++++++++++++ library/ui/src/main/res/values/attrs.xml | 1 + 2 files changed, 23 insertions(+) diff --git a/library/ui/src/main/java/com/google/android/exoplayer2/ui/SimpleExoPlayerView.java b/library/ui/src/main/java/com/google/android/exoplayer2/ui/SimpleExoPlayerView.java index fc41031756..86fe7a3f7f 100644 --- a/library/ui/src/main/java/com/google/android/exoplayer2/ui/SimpleExoPlayerView.java +++ b/library/ui/src/main/java/com/google/android/exoplayer2/ui/SimpleExoPlayerView.java @@ -83,6 +83,12 @@ import java.util.List; *
  • Default: {@code true}
  • * * + *
  • {@code shutter_background_color} - The background color of the {@code exo_shutter} view. + * + *
  • *
  • {@code hide_on_touch} - Whether the playback controls are hidden by touch events. *