diff options
author | David Friedman <dmail@google.com> | 2015-05-30 00:02:46 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-05-30 00:02:47 +0000 |
commit | 7b3ecd65270802bb9231a0d546f1674c7c133d60 (patch) | |
tree | 73f51ffee23a88fa7e72d15a17e612f233849463 | |
parent | 6eea30c422811da1b989500147afb82b5f2d45e0 (diff) | |
parent | 88fc999fce34d2dac14fee69e2d94388350e8f0d (diff) | |
download | frameworks_base-7b3ecd65270802bb9231a0d546f1674c7c133d60.zip frameworks_base-7b3ecd65270802bb9231a0d546f1674c7c133d60.tar.gz frameworks_base-7b3ecd65270802bb9231a0d546f1674c7c133d60.tar.bz2 |
Merge "Quick typo fix." into lmp-docs
-rw-r--r-- | docs/html/training/tv/playback/index.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/tv/playback/index.jd b/docs/html/training/tv/playback/index.jd index 0e9c5ec..e39e34a 100644 --- a/docs/html/training/tv/playback/index.jd +++ b/docs/html/training/tv/playback/index.jd @@ -42,7 +42,7 @@ startpage=true The Android framework provides classes for building user interfaces for these types of apps with the <a href="{@docRoot}tools/support-library/features.html#v17-leanback">v17 leanback support library</a>. This library provides a framework of classes for creating an efficient and familiar - interface for browsing and playing media files with minimal coding. The classes are designed + interface for browsing and playing media files with minimal coding. The classes are designed to be extended and customized so you can create an experience that is unique to your app. </p> |