Skip to content

Commit 77c81df

Browse files
committed
fix confusing sentence
https://memegen.googleplex.com/5524829602054144 Change-Id: I451c167bd1aedbde4b0e676f5f74a9dacb20fc10
1 parent c338784 commit 77c81df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/html/training/basics/fragments/fragment-ui.jd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ and perform other fragment transactions.</p>
6666
initial fragment(s) to the activity during the activity's
6767
{@link android.app.Activity#onCreate onCreate()} method.</p>
6868

69-
<p>An important rule when dealing with fragments&mdash;especially those that you add at
70-
runtime&mdash;is that the fragment must have a container {@link android.view.View} in the layout in
71-
which the fragment's layout will reside.</p>
69+
<p>An important rule when dealing with fragments&mdash;especially when adding fragments at
70+
runtime&mdash;is that your activity layout must include a container {@link android.view.View}
71+
in which you can insert the fragment.</p>
7272

7373
<p>The following layout is an alternative to the layout shown in the <a
7474
href="creating.html">previous lesson</a> that shows only one fragment at a time. In order to replace

0 commit comments

Comments
 (0)