Fixed lyrics crash

This commit is contained in:
Prathamesh More 2021-12-20 22:13:45 +05:30
parent 9fc25b71ce
commit ff2574fffc
9 changed files with 249 additions and 279 deletions

View file

@ -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>

View file

@ -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>