Update the incompatible charging banner tip icon

Update the incompatible banner tip icon based on the UX update:
https://screenshot.googleplex.com/8ApTNJnsxRRufjQ

Fix: 246960554
Test: make test RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.fuelgauge
Change-Id: I060554c17b3825b38004fb643c0a0cdf5fdbed4d
This commit is contained in:
ykhung
2023-08-01 17:59:44 +08:00
committed by YK Hung
parent 99d99c1e0c
commit 69f46a72fc
4 changed files with 29 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ public final class IncompatibleChargerTipTest {
@Test
public void getIcon_showIcon() {
assertThat(mIncompatibleChargerTip.getIconId())
.isEqualTo(R.drawable.ic_battery_alert_theme);
.isEqualTo(R.drawable.ic_battery_charger);
}
@Test