mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Removed unused resources
This commit is contained in:
parent
2d886b67ff
commit
3c2837e096
3 changed files with 0 additions and 9 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue