Update string for incompatible charging
Update string and icon for incompatibe charger settings banner tip Dark theme: https://screenshot.googleplex.com/6fpK5z6PQ6yGnNU.png Light theme: https://screenshot.googleplex.com/ASWf6CzF2f9Qfg8.png Figma design: https://screenshot.googleplex.com/7yBoAW7jHxhHsEg.png Bug: 315748218 Test: atest SettingsRoboTests:com.android.settings.fuelgauge.batterytip.tips.IncompatibleChargerTipTest Change-Id: I10498aaf820ab1c2123d80051f09b2f11560f33a
This commit is contained in:
@@ -52,7 +52,7 @@ public final class IncompatibleChargerTip extends BatteryTip {
|
||||
|
||||
@Override
|
||||
public int getIconId() {
|
||||
return R.drawable.ic_battery_charger;
|
||||
return R.drawable.ic_battery_incompatible_charger;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user