Revert "Tweak Modes layouts and use updated strings to match mocks"

This reverts commit 0359aaeb47.

Reason for revert: <Potential culprit for b/356564046  - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.>

Change-Id: I980838773078d822d20608e5975a26cf8dbed2be
This commit is contained in:
ELIYAZ MOMIN
2024-07-31 14:56:30 +00:00
committed by Android (Google) Code Review
parent 0359aaeb47
commit 9804955ad5
11 changed files with 68 additions and 111 deletions

View File

@@ -84,9 +84,9 @@ class ZenModeButtonPreferenceController extends AbstractZenModePreferenceControl
}
});
if (zenMode.isActive()) {
mZenButton.setText(R.string.zen_mode_action_deactivate);
mZenButton.setText(R.string.zen_mode_button_turn_off);
} else {
mZenButton.setText(R.string.zen_mode_action_activate);
mZenButton.setText(R.string.zen_mode_button_turn_on);
}
}
}