mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 16:23:08 +00:00
Removed unused resources
This commit is contained in:
@@ -47,12 +47,6 @@ public class DownloaderService extends DownloadService {
|
|||||||
return DownloadUtil.getDownloadNotificationHelper(this).buildProgressNotification(this, R.drawable.ic_downloading,null, null, downloads);
|
return DownloadUtil.getDownloadNotificationHelper(this).buildProgressNotification(this, R.drawable.ic_downloading,null, null, downloads);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Creates and displays notifications for downloads when they complete or fail.
|
|
||||||
*
|
|
||||||
* <p>This helper will outlive the lifespan of a single instance of DemoDownloadService.
|
|
||||||
* It is static to avoid leaking the first DemoDownloadService instance.
|
|
||||||
*/
|
|
||||||
private static final class TerminalStateNotificationHelper implements DownloadManager.Listener {
|
private static final class TerminalStateNotificationHelper implements DownloadManager.Listener {
|
||||||
|
|
||||||
private final Context context;
|
private final Context context;
|
||||||
|
|||||||
@@ -37,5 +37,4 @@
|
|||||||
|
|
||||||
<color name="white">#FFFFFF</color>
|
<color name="white">#FFFFFF</color>
|
||||||
|
|
||||||
<color name="downloadIconColor">#77DD77</color>
|
|
||||||
</resources>
|
</resources>
|
||||||
@@ -40,8 +40,6 @@
|
|||||||
<string name="unplayable_file">Couldn\'t play this song.</string>
|
<string name="unplayable_file">Couldn\'t play this song.</string>
|
||||||
<string name="playlist_is_empty">Playlist is empty</string>
|
<string name="playlist_is_empty">Playlist is empty</string>
|
||||||
<string name="audio_focus_denied">Audio focus denied.</string>
|
<string name="audio_focus_denied">Audio focus denied.</string>
|
||||||
<string name="added_title_to_queue">"Added 1 title to the queue."</string>
|
|
||||||
<string name="added_x_titles_to_queue">Added %1$d titles to the queue.</string>
|
|
||||||
|
|
||||||
<string name="action_play_pause">Play/Pause</string>
|
<string name="action_play_pause">Play/Pause</string>
|
||||||
<string name="action_previous">Previous</string>
|
<string name="action_previous">Previous</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user