Fix styled ui's documents

#exofixit

PiperOrigin-RevId: 322854029
This commit is contained in:
insun 2020-07-23 21:28:08 +01:00 committed by Oliver Woodman
parent 19602ca4ca
commit cf2a58e6dc
2 changed files with 13 additions and 7 deletions

View file

@ -193,13 +193,9 @@ import java.util.concurrent.CopyOnWriteArrayList;
* its children by looking for the following ids:
*
* <ul>
* <li><b>{@code exo_play}</b> - The play button.
* <li><b>{@code exo_play_pause}</b> - The play and pause button.
* <ul>
* <li>Type: {@link View}
* </ul>
* <li><b>{@code exo_pause}</b> - The pause button.
* <ul>
* <li>Type: {@link View}
* <li>Type: {@link ImageView}
* </ul>
* <li><b>{@code exo_rew}</b> - The rewind button.
* <ul>
@ -252,6 +248,14 @@ import java.util.concurrent.CopyOnWriteArrayList;
* <ul>
* <li>Type: {@link View}
* </ul>
* <li><b>{@code exo_subtitle}</b> - The subtitle button.
* <ul>
* <li>Type: {@link ImageView}
* </ul>
* <li><b>{@code exo_fullscreen}</b> - The fullscreen button.
* <ul>
* <li>Type: {@link ImageView}
* </ul>
* <li><b>{@code exo_position}</b> - Text view displaying the current playback position.
* <ul>
* <li>Type: {@link TextView}

View file

@ -25,6 +25,7 @@
<item name="exo_overlay" type="id"/>
<item name="exo_play" type="id"/>
<item name="exo_pause" type="id"/>
<item name="exo_play_pause" type="id"/>
<item name="exo_rew" type="id"/>
<item name="exo_ffwd" type="id"/>
<item name="exo_prev" type="id"/>
@ -38,5 +39,6 @@
<item name="exo_buffering" type="id"/>
<item name="exo_error_message" type="id"/>
<item name="exo_vr" type="id"/>
<item name="exo_subtitle" type="id"/>
<item name="exo_fullscreen" type="id"/>
</resources>