Add a note on not using PlayerControlView as a standalone component

We have a tracking bug Issue: androidx/media#514 for supporting it, but issues like Issue: androidx/media#1542 still show that users stumble over it.

PiperOrigin-RevId: 670955189
This commit is contained in:
jbibik 2024-09-04 06:58:43 -07:00 committed by Copybara-Service
parent 0933f561b7
commit c851464063

View File

@ -97,7 +97,8 @@ import java.util.concurrent.CopyOnWriteArrayList;
* A view for controlling {@link Player} instances.
*
* <p>A {@code PlayerControlView} can be customized by setting attributes (or calling corresponding
* methods), or overriding drawables.
* methods), or overriding drawables. Note that {@code PlayerControlView} is not intended to be used
* a standalone component outside of {@link PlayerView}.
*
* <h2>Attributes</h2>
*