Fix b/265364351: Light theme icons opacity is too light

https://screenshot.googleplex.com/Avqsw3gb2tjKqrK.png
https://screenshot.googleplex.com/46AZuJMjp2HMyqd.png
https://screenshot.googleplex.com/9mE3XutRUNaGckg.png
https://screenshot.googleplex.com/5rNUKMJjhNBNShZ.png

Bug: 265364351
Fix: 265364351
Test: manual
Change-Id: I7521030f1a5d84cd88027fb84a465623610707fb
This commit is contained in:
Zaiyue Xue
2023-02-21 14:39:17 +08:00
parent da1f2578a0
commit ea5b49f799
4 changed files with 42 additions and 17 deletions

View File

@@ -157,7 +157,7 @@ public final class BatteryUsageBreakdownControllerTest {
assertThat(pref.getOrder()).isEqualTo(1);
assertThat(pref.getBatteryDiffEntry()).isSameInstanceAs(mBatteryDiffEntry);
assertThat(pref.isSingleLineTitle()).isTrue();
assertThat(pref.isEnabled()).isFalse();
assertThat(pref.isSelectable()).isFalse();
}
@Test