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

Commit 72663a1a authored by Tim Kilbourn's avatar Tim Kilbourn Committed by Android Git Automerger
Browse files

am 6f1a231a: am 326b1857: Merge "Fix docs" into klp-modular-dev

* commit '6f1a231a':
  Fix docs
parents 5cdd1cc1 6f1a231a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ page.tags="leanback","recyclerview","launcher"
  <activity
    android:name=&quot;com.example.android.<strong>TvActivity</strong>&quot;
    android:label=&quot;&#64;string/app_name&quot;
    android:theme=&quot;&#64;android:style/Theme.Leanback&quot;&gt;
    android:theme=&quot;&#64;style/Theme.Leanback&quot;&gt;

    &lt;intent-filter&gt;
      &lt;action android:name=&quot;android.intent.action.MAIN&quot; /&gt;
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ page.title=Layouts for TV
<h3 id="leanback-theme">Leanback Theme</h3>

<p>The Leanback library provides a standard theme for TV activities, called {@code
  Leanback.Theme}, which establishes a consistent visual style for TV apps. Use of this theme is
  Theme.Leanback}, which establishes a consistent visual style for TV apps. Use of this theme is
  recommended for most apps. This theme is recommended for any TV app that uses the Leanback
  library classes. The following code sample shows how to apply this theme to a given
  activity within an app:</p>