-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(examples): clean compose example
- Loading branch information
1 parent
c20c879
commit d50a931
Showing
3 changed files
with
0 additions
and
199 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,4 @@ | ||
<resources> | ||
<string name="app_name">ComposePlayer</string> | ||
<string name="settings">Settings</string> | ||
|
||
<!--Settings--> | ||
<string name="default_video_id">vi77Dgk0F8eLwaFOtC5870yn</string> | ||
<string name="video_id_key">video_id_key</string> | ||
<string name="video_id">VideoId</string> | ||
<string name="video_type_key">video_type_key</string> | ||
<string name="video_type_vod">VOD</string> | ||
<string name="video_type_live">Live</string> | ||
<string name="endpoint_type">Video type</string> | ||
<string name="show_controls">ShowControls</string> | ||
<string name="hide_controls">HideControls</string> | ||
<string name="private_video_token_key">private_video_token_key</string> | ||
<string name="private_video_token">Private video token</string> | ||
<string name="show_subtitles">ShowSubtitles</string> | ||
<string name="hide_subtitles">HideSubtitles</string> | ||
<string name="show_full_screen_button">ShowFullScreen</string> | ||
<string name="hide_full_screen_button">HideFullScreen</string> | ||
<string name="play">Play</string> | ||
<string name="pause">Pause</string> | ||
<string name="stop">Stop</string> | ||
<string name="mute">Mute</string> | ||
<string name="unmute">Unmute</string> | ||
</resources> |