Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7bd52367 authored by Jason Chang's avatar Jason Chang Committed by Android (Google) Code Review
Browse files

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

parents 2ccbf1db a55788d3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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());