mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
allow 33 characters for strings of shuffle on/off
PiperOrigin-RevId: 268238764
This commit is contained in:
parent
73b922ee59
commit
e567f8edd0
@ -34,9 +34,9 @@
|
|||||||
<string name="exo_controls_repeat_one_description">Repeat one</string>
|
<string name="exo_controls_repeat_one_description">Repeat one</string>
|
||||||
<!-- Description for a button that controls the repeat mode of a media playback. In this mode the entire playlist is repeated. [CHAR LIMIT=30] -->
|
<!-- Description for a button that controls the repeat mode of a media playback. In this mode the entire playlist is repeated. [CHAR LIMIT=30] -->
|
||||||
<string name="exo_controls_repeat_all_description">Repeat all</string>
|
<string name="exo_controls_repeat_all_description">Repeat all</string>
|
||||||
<!-- Description for a button that controls the shuffle mode of media playback. In this mode shuffle is on. [CHAR LIMIT=30] -->
|
<!-- Description for a button that controls the shuffle mode of media playback. In this mode shuffle is on. [CHAR LIMIT=33] -->
|
||||||
<string name="exo_controls_shuffle_on_description">Shuffle on</string>
|
<string name="exo_controls_shuffle_on_description">Shuffle on</string>
|
||||||
<!-- Description for a button that controls the shuffle mode of media playback. In this mode shuffle is off. [CHAR LIMIT=30] -->
|
<!-- Description for a button that controls the shuffle mode of media playback. In this mode shuffle is off. [CHAR LIMIT=33] -->
|
||||||
<string name="exo_controls_shuffle_off_description">Shuffle off</string>
|
<string name="exo_controls_shuffle_off_description">Shuffle off</string>
|
||||||
<!-- Description for a media control button that toggles whether a video playback is fullscreen. [CHAR LIMIT=30] -->
|
<!-- Description for a media control button that toggles whether a video playback is fullscreen. [CHAR LIMIT=30] -->
|
||||||
<string name="exo_controls_fullscreen_description">Fullscreen mode</string>
|
<string name="exo_controls_fullscreen_description">Fullscreen mode</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user