Change resource id to the correct package name
Change resource id to the correct SUW package name. Flag: EXEMPT bug-fixing Bug: 383030121 Test: Build and manually then check the UI Change-Id: I31c8c7e79a65edd7953080a9bd16b638a901d607
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