Merge "Fix docs" into klp-modular-dev

This commit is contained in:
Tim Kilbourn
2014-06-30 20:49:43 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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>