From 3a99f965bd4c336690664d5791b454ee535c654b Mon Sep 17 00:00:00 2001 From: Khang NT Date: Fri, 15 Jun 2018 00:46:10 +0700 Subject: [PATCH] Correct document of PlayerView & PlayerControlView Change R.id to R.layout --- .../com/google/android/exoplayer2/ui/PlayerControlView.java | 2 +- .../java/com/google/android/exoplayer2/ui/PlayerView.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java b/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java index 63c791d166..c254af13dc 100644 --- a/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java +++ b/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java @@ -87,7 +87,7 @@ import java.util.Locale; * below for more details. * * * diff --git a/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java b/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java index a7aa48c0db..a4dfe6ce79 100644 --- a/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java +++ b/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java @@ -143,13 +143,13 @@ import java.util.List; * for more details. * *
  • {@code controller_layout_id} - Specifies the id of the layout resource to be * inflated by the child {@link PlayerControlView}. See below for more details. * *
  • All attributes that can be set on a {@link PlayerControlView} can also be set on a * PlayerView, and will be propagated to the inflated {@link PlayerControlView} unless the