diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-10-02 13:16:46 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-10-02 13:16:46 -0700 |
commit | b42afdfa88451f1a60c86ce9ef942062c659e3d5 (patch) | |
tree | f53c814989899e551c582850e7dd9e7a01df70e9 /res | |
parent | fc755e517634b3d7cfbc4a125817203493338011 (diff) | |
download | dsub-b42afdfa88451f1a60c86ce9ef942062c659e3d5.tar.gz dsub-b42afdfa88451f1a60c86ce9ef942062c659e3d5.tar.bz2 dsub-b42afdfa88451f1a60c86ce9ef942062c659e3d5.zip |
Remove select all
Diffstat (limited to 'res')
-rw-r--r-- | res/menu/select_song.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/res/menu/select_song.xml b/res/menu/select_song.xml index ec4af96a..07fd57a7 100644 --- a/res/menu/select_song.xml +++ b/res/menu/select_song.xml @@ -14,10 +14,6 @@ compat:showAsAction="ifRoom|withText"/> <item - android:id="@+id/menu_select" - android:title="@string/menu.select"/> - - <item android:id="@+id/menu_download" android:title="@string/common.download"/> |