diff options
author | Tim Kilbourn <tkilbourn@google.com> | 2014-06-30 20:49:43 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-06-27 16:52:20 +0000 |
commit | 326b1857a5ced49f249358751e05ce237bfaefc8 (patch) | |
tree | 223189c8c2d25155ef49ce0293ea1e8256a4de5f /docs/html/preview | |
parent | e1e35d13023224c22a54ce074c45d2f8729b1c60 (diff) | |
parent | 3eabe934381e61067aaa455d58c079d753cfcc8e (diff) | |
download | frameworks_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.jd | 2 | ||||
-rw-r--r-- | docs/html/preview/tv/ui/layouts.jd | 2 |
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" <activity android:name="com.example.android.<strong>TvActivity</strong>" android:label="@string/app_name" - android:theme="@android:style/Theme.Leanback"> + android:theme="@style/Theme.Leanback"> <intent-filter> <action android:name="android.intent.action.MAIN" /> 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> |