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

@@ -160,7 +160,7 @@ public class MasterClearConfirm extends InstrumentedFragment {
.setText(R.string.master_clear_button_text)
.setListener(mFinalClickListener)
.setButtonType(ButtonType.OTHER)
.setTheme(R.style.SuwGlifButton_Primary)
.setTheme(R.style.SudGlifButton_Primary)
.build()
);
}