Added tutorial. WIP
This commit is contained in:
parent
0ca3ec2ad8
commit
8afcce22b1
13 changed files with 104 additions and 24 deletions
|
|
@ -8,6 +8,8 @@
|
|||
<color name="grey_800">#424242</color>
|
||||
<color name="grey_300">#E0E0E0</color>
|
||||
|
||||
<color name="blue_grey_700">#455A64</color>
|
||||
|
||||
<color name="white">#FFFFFF</color>
|
||||
|
||||
</resources>
|
||||
|
|
@ -9,6 +9,7 @@
|
|||
<string name="action_share">Share</string>
|
||||
<string name="action_settings">"Settings"</string>
|
||||
<string name="action_about">About</string>
|
||||
<string name="action_show_intro">Show intro</string>
|
||||
<string name="action_clear_playlist">Clear playlist</string>
|
||||
<string name="action_playing_queue">Playing queue</string>
|
||||
<string name="action_add_to_favorites">Add to favorites</string>
|
||||
|
|
@ -212,4 +213,5 @@
|
|||
<string name="loading_products">Loading products…</string>
|
||||
<string name="up_next">Up next</string>
|
||||
<string name="pref_title_now_playing_layout">Now playing layout</string>
|
||||
<string name="intro_activity">Intro</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue