Merge "Change resource id to the correct package name" into main
This commit is contained in:
@@ -691,7 +691,8 @@ public class ChooseLockPassword extends SettingsActivity {
|
||||
return;
|
||||
}
|
||||
|
||||
final TextView sucTitleView = view.findViewById(R.id.suc_layout_title);
|
||||
final TextView sucTitleView = view.findViewById(
|
||||
com.google.android.setupdesign.R.id.suc_layout_title);
|
||||
final ViewGroup.MarginLayoutParams titleLayoutParams =
|
||||
(ViewGroup.MarginLayoutParams) sucTitleView.getLayoutParams();
|
||||
mPasswordRestrictionView = new RecyclerView(getActivity());
|
||||
|
||||
Reference in New Issue
Block a user