Rename icons
This commit is contained in:
parent
e0f1bde606
commit
f0663c2b43
2 changed files with 1 additions and 1 deletions
|
@ -1316,7 +1316,7 @@ public class MusicService extends Service implements
|
||||||
if (getRepeatMode() == REPEAT_MODE_THIS) {
|
if (getRepeatMode() == REPEAT_MODE_THIS) {
|
||||||
repeatIcon = R.drawable.ic_repeat_one;
|
repeatIcon = R.drawable.ic_repeat_one;
|
||||||
} else if (getRepeatMode() == REPEAT_MODE_ALL) {
|
} else if (getRepeatMode() == REPEAT_MODE_ALL) {
|
||||||
repeatIcon = R.drawable.ic_repeat_white_circledp;
|
repeatIcon = R.drawable.ic_repeat_white_circle;
|
||||||
}
|
}
|
||||||
stateBuilder.addCustomAction(new PlaybackStateCompat.CustomAction.Builder(
|
stateBuilder.addCustomAction(new PlaybackStateCompat.CustomAction.Builder(
|
||||||
CYCLE_REPEAT, getString(R.string.action_cycle_repeat), repeatIcon)
|
CYCLE_REPEAT, getString(R.string.action_cycle_repeat), repeatIcon)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue