Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
renamed main.xml layout to home.xml because some phones complain abou…
Browse files Browse the repository at this point in the history
…t the name "main".
  • Loading branch information
Joe Moore committed Aug 11, 2011
1 parent 01a6f2a commit 4457142
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/com/example/android/sampleapp/StarterActivity.java
Expand Up @@ -20,7 +20,7 @@ public class StarterActivity extends RoboActivity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
setContentView(R.layout.home);
title.setText("Hello World");
currentTimeText.setText(String.valueOf(currentTime.currentTimeMillis()));
}
Expand Down

0 comments on commit 4457142

Please sign in to comment.