Merge "Change resource id to the correct package name" into main

This commit is contained in:
Jason Chang
2024-12-11 09:16:37 -08:00
committed by Android (Google) Code Review

View File

@@ -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());