Visual updates for DND screens

(part 1), emphasizing People

Test: atest, manual
Bug: 137397357
Change-Id: I5672462feb480ea2fced70470ed7c2c8116fadfd
This commit is contained in:
Julia Reynolds
2020-01-08 12:27:08 -05:00
parent 452bc35d9c
commit b5ea53a981
18 changed files with 545 additions and 214 deletions

View File

@@ -77,7 +77,7 @@ public class ZenModeBehaviorFooterPreferenceControllerTest {
private Context mContext;
private ContentResolver mContentResolver;
private int mTitleResId = R.string.zen_sound_title;
private int mTitleResId = R.string.zen_mode_settings_title;
@Before
public void setup() {

View File

@@ -79,4 +79,4 @@ public final class ZenModeCallsPreferenceControllerTest {
mController.updateState(pref);
verify(pref).setSummary(any());
}
}
}