[ScreenLockSetup] Create separate title string

Create a separate "Choose screen lock" title for setup wizard's
version of ChooseLockGeneric, with a higher CHAR LIMIT because
setup wizard's layout has more space and can avoid using
abbreviations.

Bug: 23551150
Change-Id: I93aa8c537ac97e7a1af9414a5b3ddc218c929bff
This commit is contained in:
Maurice Lam
2015-09-10 12:05:14 -07:00
parent ec037c387d
commit 7d8ebeea94
3 changed files with 4 additions and 2 deletions

View File

@@ -67,7 +67,6 @@ public class SetupChooseLockGeneric extends ChooseLockGeneric {
Bundle savedInstanceState) {
final SetupWizardListLayout layout = (SetupWizardListLayout) inflater.inflate(
R.layout.setup_choose_lock_generic, container, false);
layout.setHeaderText(getActivity().getTitle());
final NavigationBar navigationBar = layout.getNavigationBar();
navigationBar.getNextButton().setEnabled(false);