Fixed lyrics crash
This commit is contained in:
parent
9fc25b71ce
commit
ff2574fffc
9 changed files with 249 additions and 279 deletions
|
@ -66,17 +66,21 @@
|
|||
android:orderInCategory="10"
|
||||
android:title="@string/action_details" />
|
||||
<item
|
||||
android:id="@+id/action_sleep_timer"
|
||||
android:id="@+id/action_go_to_lyrics"
|
||||
android:orderInCategory="11"
|
||||
android:title="@string/action_go_to_lyrics" />
|
||||
<item
|
||||
android:id="@+id/action_sleep_timer"
|
||||
android:orderInCategory="12"
|
||||
android:title="@string/action_sleep_timer"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/action_equalizer"
|
||||
android:orderInCategory="12"
|
||||
android:orderInCategory="13"
|
||||
android:title="@string/equalizer"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/action_delete_from_device"
|
||||
android:orderInCategory="13"
|
||||
android:orderInCategory="14"
|
||||
android:title="@string/action_delete_from_device" />
|
||||
</menu>
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
<string name="action_go_to_album">Go to album</string>
|
||||
<string name="action_go_to_artist">Go to artist</string>
|
||||
<string name="action_go_to_genre">Go to genre</string>
|
||||
<string name="action_go_to_lyrics">Go to Lyrics</string>
|
||||
<string name="action_go_to_start_directory">Go to start directory</string>
|
||||
<string name="action_grant">Grant</string>
|
||||
<string name="action_grid_size">Grid size</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue