Update sound setting icons am: 37a6a91444
am: c3669d8971
Change-Id: Id6d6393f8fb754dd98f756601ddf97d1a5fabf23
This commit is contained in:
@@ -83,7 +83,7 @@ public class DndCondition extends Condition {
|
||||
|
||||
@Override
|
||||
public Drawable getIcon() {
|
||||
return mManager.getContext().getDrawable(R.drawable.ic_zen);
|
||||
return mManager.getContext().getDrawable(R.drawable.ic_do_not_disturb_on_24dp);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -55,7 +55,7 @@ public class RingerMutedCondition extends AbnormalRingerConditionBase {
|
||||
|
||||
@Override
|
||||
public Drawable getIcon() {
|
||||
return mManager.getContext().getDrawable(R.drawable.ic_volume_ringer_mute);
|
||||
return mManager.getContext().getDrawable(R.drawable.ic_notifications_off_24dp);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user