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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user