Merge "Fix b/265364351: Light theme icons opacity is too light" into udc-dev

This commit is contained in:
TreeHugger Robot
2023-02-24 03:10:42 +00:00
committed by Android (Google) Code Review
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