Rename prefix from suw to sud

Bug: 120805516
Test: RunSettingsRoboTests
Change-Id: I44a399b586671c100cb9d85c97effbfb1a379413
This commit is contained in:
pastychang
2019-01-03 10:12:54 +08:00
parent fea78b800c
commit 79614823cb
67 changed files with 260 additions and 260 deletions

View File

@@ -53,7 +53,7 @@ public class FingerprintEnrollIntroduction extends BiometricEnrollIntroduction {
.setText(R.string.security_settings_face_enroll_introduction_cancel)
.setListener(this::onCancelButtonClick)
.setButtonType(FooterButton.ButtonType.SKIP)
.setTheme(R.style.SuwGlifButton_Secondary)
.setTheme(R.style.SudGlifButton_Secondary)
.build()
);
@@ -62,7 +62,7 @@ public class FingerprintEnrollIntroduction extends BiometricEnrollIntroduction {
.setText(R.string.wizard_next)
.setListener(this::onNextButtonClick)
.setButtonType(FooterButton.ButtonType.NEXT)
.setTheme(R.style.SuwGlifButton_Primary)
.setTheme(R.style.SudGlifButton_Primary)
.build()
);
}