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

Commit f3f6921b authored by Dan Yu's avatar Dan Yu Committed by Android (Google) Code Review
Browse files

Merge "docs: Add docs on OnboardingFragment" into nyc-dev

parents a6884193 d64f8bfe
Loading
Loading
Loading
Loading
+66 KiB
Loading image diff...
+89.4 KiB
Loading image diff...
+295 KiB
Loading image diff...
+2 −0
Original line number Diff line number Diff line
@@ -695,6 +695,8 @@ toc:
        value: 再生中カードを表示する
    - title: Adding a Guided Step
      path: /training/tv/playback/guided-step.html
    - title: Introducing First-time Users to Your App
      path: /training/tv/playback/onboarding.html
    - title: Enabling Background Playback
      path: /training/tv/playback/options.html
    - title: Adding Picture-in-picture
+4 −0
Original line number Diff line number Diff line
@@ -69,6 +69,10 @@ startpage=true
    <dd>Learn how to use the Leanback support library to guide a user through a series of
    decisions.</dd>

  <dt><b><a href="onboarding.html">Introducing First-time Users to Your App</a></b></dt>
    <dd>Learn how to use the Leanback support library to show first-time users
    how to get the most out of your app.</dd>

  <dt><b><a href="options.html">Enabling Background Playback</a></b></dt>
    <dd>Learn how to continue playback when the user clicks on <strong>Home</strong>.</dd>
</dl>
Loading