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>
|
Loading…
Add table
Add a link
Reference in a new issue