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

Commit 3eabe934 authored by Tim Kilbourn's avatar Tim Kilbourn
Browse files

Fix docs

Update a few references to the Leanback theme.

https://code.google.com/p/android/issues/detail?id=72757

Change-Id: I47387433cc02fd29b62b729bc34756cef1d539f3
parent 7ecb89fc
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>