0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-20 04:12:14 +02:00

Move sleep time menu item to overflow menu

This commit is contained in:
Christine Coenen 2023-03-25 14:40:57 +01:00
parent e4759a9d3b
commit 2a0b7f9538

View File

@ -2,18 +2,18 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/sleep_timer"
android:icon="@drawable/outline_timer_24"
android:title="@string/sleep_timer"
app:showAsAction="ifRoom" />
<item
android:id="@+id/menu_share"
android:icon="@drawable/ic_outline_share_24"
android:title="@string/action_share"
app:showAsAction="ifRoom" />
<item
android:id="@+id/sleep_timer"
android:icon="@drawable/outline_timer_24"
android:title="@string/sleep_timer"
app:showAsAction="never" />
<item
android:id="@+id/menu_play_in_background"
android:icon="@drawable/ic_headset_white_24dp"