Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1064dd91 authored by Scott Main's avatar Scott Main
Browse files

docs: move the fragments dev guide into fundamentals topic

Change-Id: If6a9751e78db23e76256e179db99aa0e29126f85
parent 3d7a9707
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -58,6 +58,9 @@
            <span class="zh-TW" style="display:none">應用程式基本原理</span>

          </a></li>
      <li><a href="<?cs var:toroot ?>guide/topics/fundamentals/fragments.html">
            <span class="en">Fragments</span>
          </a> <span class="new">new!</span></li>
    </ul>
    <ul>
      <li class="toggle-list">
@@ -199,9 +202,6 @@
      </li>
    </ul>
    <ul>
      <li><a href="<?cs var:toroot ?>guide/topics/fragments/index.html">
            <span class="en">Fragments</span>
          </a> <span class="new">new!</span></li>
      <li class="toggle-list">
        <div><a href="<?cs var:toroot ?>guide/topics/graphics/index.html">
               <span class="en">Graphics</span>
+2 −2
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ href="{@docRoot}guide/topics/ui/menus.html#OptionsMenu">Options Menu</a> as "act
items"&mdash;providing instant access to key user actions. (Menu items not appearing as action
items are placed in the Overflow Menu, revealed by a drop-down in the Action Bar.)</li>
  <li>Provide tabs for navigating between <a
href="{@docRoot}guide/topics/fragments/index.html">fragments</a>.</li>
href="{@docRoot}guide/topics/fundamentals/fragments.html">fragments</a>.</li>
  <li>Provide drop-down navigation items.</li>
  <li>Provide interactive "action views" in place of action items.</li>
  <li>Use the application logo as a "return home" or "up" navigation action.</li>
@@ -432,7 +432,7 @@ tab.</p>
the state of each fragment as necessary, so when the user switches fragments with the tabs,
then returns to a previous fragment, it appears the way they left. For information about saving
the state of your fragment, see the <a
href="{@docRoot}guide/topics/fragments/index.html">Fragments</a> developer guide.</p>
href="{@docRoot}guide/topics/fundamentals/fragments.html">Fragments</a> developer guide.</p>