File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Notepadv2Solution/src/com/android/demo/notepad2
Notepadv3Solution/src/com/android/demo/notepad3
Notepadv3/src/com/android/demo/notepad3 Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ public class NoteEdit extends Activity {
33
33
protected void onCreate (Bundle savedInstanceState ) {
34
34
super .onCreate (savedInstanceState );
35
35
setContentView (R .layout .note_edit );
36
+ setTitle (R .string .edit_note );
36
37
37
38
mTitleText = (EditText ) findViewById (R .id .title );
38
39
mBodyText = (EditText ) findViewById (R .id .body );
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ public class NoteEdit extends Activity {
33
33
protected void onCreate (Bundle savedInstanceState ) {
34
34
super .onCreate (savedInstanceState );
35
35
setContentView (R .layout .note_edit );
36
+ setTitle (R .string .edit_note );
36
37
37
38
mTitleText = (EditText ) findViewById (R .id .title );
38
39
mBodyText = (EditText ) findViewById (R .id .body );
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ protected void onCreate(Bundle savedInstanceState) {
37
37
mDbHelper .open ();
38
38
39
39
setContentView (R .layout .note_edit );
40
+ setTitle (R .string .edit_note );
40
41
41
42
mTitleText = (EditText ) findViewById (R .id .title );
42
43
mBodyText = (EditText ) findViewById (R .id .body );
You can’t perform that action at this time.
0 commit comments