File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
java/com/afwsamples/testdpc Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ protected void onCreate(Bundle savedInstanceState) {
70
70
71
71
setContentView (R .layout .activity_add_account );
72
72
GlifLayout layout = findViewById (R .id .setup_wizard_layout );
73
- layout .findViewById (R .id .next_button ).setOnClickListener (this ::onNavigateNext );
73
+ layout .findViewById (R .id .suw_navbar_next ).setOnClickListener (this ::onNavigateNext );
74
74
75
75
Bundle extras = getIntent ().getExtras ();
76
76
if (extras != null ) {
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ protected void onCreate(Bundle savedInstanceState) {
48
48
}
49
49
setContentView (R .layout .finalize_activity );
50
50
mSetupWizardLayout = findViewById (R .id .setup_wizard_layout );
51
- mFinishButton = mSetupWizardLayout .findViewById (R .id .next_button );
51
+ mFinishButton = mSetupWizardLayout .findViewById (R .id .suw_navbar_next );
52
52
mFinishButton .setText (R .string .finish_button );
53
53
mFinishButton .setOnClickListener (this ::onNavigateNext );
54
54
Original file line number Diff line number Diff line change 26
26
android : layout_weight =" 1" />
27
27
28
28
<Button
29
- android : id =" @+id/next_button "
29
+ android : id =" @+id/suw_navbar_next "
30
30
style =" @style/SuwGlifButton.Primary"
31
31
android : layout_width =" wrap_content"
32
32
android : layout_height =" wrap_content"
You can’t perform that action at this time.
0 commit comments