App shortcut fixed
This commit is contained in:
parent
1425bfe612
commit
0b6f043995
181 changed files with 1616 additions and 2052 deletions
|
@ -4,28 +4,28 @@
|
|||
<item
|
||||
android:id="@+id/action_home"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_home_white_24dp"
|
||||
android:icon="@drawable/toggle_home"
|
||||
android:title="@string/home" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_song"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_audiotrack_black_24dp"
|
||||
android:icon="@drawable/toggle_audiotrack"
|
||||
android:title="@string/songs" />
|
||||
<item
|
||||
android:id="@+id/action_album"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_album_white_24dp"
|
||||
android:icon="@drawable/toggle_album"
|
||||
android:title="@string/albums" />
|
||||
<item
|
||||
android:id="@+id/action_artist"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_artist_white_24dp"
|
||||
android:icon="@drawable/toggle_artist"
|
||||
android:title="@string/artists" />
|
||||
<item
|
||||
android:id="@+id/action_playlist"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_queue_music_white_24dp"
|
||||
android:icon="@drawable/toggle_queue_music"
|
||||
android:title="@string/playlists" />
|
||||
|
||||
</menu>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
|
||||
<item
|
||||
android:id="@+id/media_route_menu_item"
|
||||
android:title="@string/cast"
|
||||
app:actionProviderClass="code.name.monkey.retromusic.views.ThemeableMediaRouteActionProvider"
|
||||
app:showAsAction="always" />
|
||||
|
||||
</menu>
|
Loading…
Add table
Add a link
Reference in a new issue