summaryrefslogtreecommitdiffstats
path: root/docs/html/preview
diff options
context:
space:
mode:
authorTim Kilbourn <tkilbourn@google.com>2014-06-30 20:49:43 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-06-27 16:52:20 +0000
commit326b1857a5ced49f249358751e05ce237bfaefc8 (patch)
tree223189c8c2d25155ef49ce0293ea1e8256a4de5f /docs/html/preview
parente1e35d13023224c22a54ce074c45d2f8729b1c60 (diff)
parent3eabe934381e61067aaa455d58c079d753cfcc8e (diff)
downloadframeworks_base-326b1857a5ced49f249358751e05ce237bfaefc8.zip
frameworks_base-326b1857a5ced49f249358751e05ce237bfaefc8.tar.gz
frameworks_base-326b1857a5ced49f249358751e05ce237bfaefc8.tar.bz2
Merge "Fix docs" into klp-modular-dev
Diffstat (limited to 'docs/html/preview')
-rw-r--r--docs/html/preview/tv/start/index.jd2
-rw-r--r--docs/html/preview/tv/ui/layouts.jd2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/preview/tv/start/index.jd b/docs/html/preview/tv/start/index.jd
index b75fee0..5af28a6 100644
--- a/docs/html/preview/tv/start/index.jd
+++ b/docs/html/preview/tv/start/index.jd
@@ -95,7 +95,7 @@ page.tags="leanback","recyclerview","launcher"
&lt;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;
diff --git a/docs/html/preview/tv/ui/layouts.jd b/docs/html/preview/tv/ui/layouts.jd
index 0659826..b9ca7b9 100644
--- a/docs/html/preview/tv/ui/layouts.jd
+++ b/docs/html/preview/tv/ui/layouts.jd
@@ -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>