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

Commit 326b1857 authored by Tim Kilbourn's avatar Tim Kilbourn Committed by Android (Google) Code Review
Browse files

Merge "Fix docs" into klp-modular-dev

parents e1e35d13 3eabe934
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -95,7 +95,7 @@ page.tags="leanback","recyclerview","launcher"
  <activity
  <activity
    android:name=&quot;com.example.android.<strong>TvActivity</strong>&quot;
    android:name=&quot;com.example.android.<strong>TvActivity</strong>&quot;
    android:label=&quot;&#64;string/app_name&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;intent-filter&gt;
      &lt;action android:name=&quot;android.intent.action.MAIN&quot; /&gt;
      &lt;action android:name=&quot;android.intent.action.MAIN&quot; /&gt;
+1 −1
Original line number Original line Diff line number Diff line
@@ -46,7 +46,7 @@ page.title=Layouts for TV
<h3 id="leanback-theme">Leanback Theme</h3>
<h3 id="leanback-theme">Leanback Theme</h3>


<p>The Leanback library provides a standard theme for TV activities, called {@code
<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
  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
  library classes. The following code sample shows how to apply this theme to a given
  activity within an app:</p>
  activity within an app:</p>