summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-10-09 16:22:30 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-09 16:22:30 -0700
commitd5e2fd07c8fc22a40cb81aab4ccf15b64804ab65 (patch)
tree6074fad43fe8fce0e9bec4c3de15e5835b9ee76e /docs/html
parentdb3f8ed77fb18acbebeaf7bf96419d6155ef8585 (diff)
parent7b8c6c76ade5fee6a04d1b121d6870bf2c064871 (diff)
downloadframeworks_base-d5e2fd07c8fc22a40cb81aab4ccf15b64804ab65.zip
frameworks_base-d5e2fd07c8fc22a40cb81aab4ccf15b64804ab65.tar.gz
frameworks_base-d5e2fd07c8fc22a40cb81aab4ccf15b64804ab65.tar.bz2
am 7b8c6c76: am a473027d: am 483a2c21: am 144f2e58: am 6a831b7d: fix typo in code comment
* commit '7b8c6c76ade5fee6a04d1b121d6870bf2c064871': fix typo in code comment
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/training/basics/fragments/fragment-ui.jd6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/training/basics/fragments/fragment-ui.jd b/docs/html/training/basics/fragments/fragment-ui.jd
index db3119b..14469bf 100644
--- a/docs/html/training/basics/fragments/fragment-ui.jd
+++ b/docs/html/training/basics/fragments/fragment-ui.jd
@@ -122,11 +122,11 @@ public class MainActivity extends FragmentActivity {
return;
}
- // Create an instance of ExampleFragment
+ // Create a new Fragment to be placed in the activity layout
HeadlinesFragment firstFragment = new HeadlinesFragment();
- // In case this activity was started with special instructions from an Intent,
- // pass the Intent's extras to the fragment as arguments
+ // In case this activity was started with special instructions from an
+ // Intent, pass the Intent's extras to the fragment as arguments
firstFragment.setArguments(getIntent().getExtras());
// Add the fragment to the 'fragment_container' FrameLayout