Added a lyrics dialog. Updated the SlidingUpPanelLayout lib which fixes a few sliding issues. Fixed an issue where the sling panel would get stuck somewhere in the middle. Fixed a NPE in an asynctask onPostExecute().

This commit is contained in:
Karim Abou Zeid 2016-03-29 18:17:57 +02:00
commit 9b17931cd6
9 changed files with 197 additions and 8 deletions

View file

@ -99,6 +99,7 @@
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_show_lyrics">Show lyrics</string>
<string name="last_opened">Last opened</string>
<string name="light_theme_name">Light</string>
<string name="dark_theme_name">Dark</string>