From d45cf6028d908c991c9fa505cee18b6c6f841373 Mon Sep 17 00:00:00 2001 From: olly Date: Fri, 8 Oct 2021 13:55:06 +0100 Subject: [PATCH] Remove reference to ExoPlayer from UI module PiperOrigin-RevId: 401751490 --- .../google/android/exoplayer2/ui/PlayerControlView.java | 4 ++-- .../com/google/android/exoplayer2/ui/PlayerView.java | 9 ++++----- .../android/exoplayer2/ui/SpannedToHtmlConverter.java | 3 +-- .../android/exoplayer2/ui/StyledPlayerControlView.java | 8 ++++---- .../google/android/exoplayer2/ui/StyledPlayerView.java | 7 +++---- 5 files changed, 14 insertions(+), 17 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 18bad21a85..7d352c0046 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 @@ -164,8 +164,8 @@ import java.util.concurrent.CopyOnWriteArrayList; * To customize the layout of PlayerControlView throughout your app, or just for certain * configurations, you can define {@code exo_player_control_view.xml} layout files in your * application {@code res/layout*} directories. These layouts will override the one provided by the - * ExoPlayer library, and will be inflated for use by PlayerControlView. The view identifies and - * binds its children by looking for the following ids: + * library, and will be inflated for use by PlayerControlView. The view identifies and binds its + * children by looking for the following ids: * *