aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChulwoo Lee <chulwoo@google.com>2014-06-17 18:15:42 +0900
committerChulwoo Lee <chulwoo@google.com>2014-06-25 16:57:31 +0900
commit20c5411cd0e3f26ea78543f9166cecb5d08b9220 (patch)
tree80998cd08455e603221b122d69a35a6111875ee5 /res
parentc1e289c274ad35e891ff7376e7f57f4afd9f74da (diff)
downloadTV-20c5411cd0e3f26ea78543f9166cecb5d08b9220.tar.gz
Show channels for the selected genre on the guide
BUG: 14069779 Change-Id: I8db6b4d3571a72ae972fd8ff5abcd8e37855402e
Diffstat (limited to 'res')
-rw-r--r--res/values/arrays.xml18
1 files changed, 12 insertions, 6 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index d0034bc4..b3181364 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -22,15 +22,21 @@
<item>Zoom</item>
</string-array>
- <!-- The show_only_label should be synced with src/com/android/tv/data/ShowOnlyItems.java -->
- <string-array name="show_only_label">
+ <!-- The category strings to be displayed in the channel guide.
+ The show_only_label should be synced with src/com/android/tv/data/ShowOnlyItems.java -->
+ <string-array name="show_only_label" translatable="true">
<item>All channels</item>
- <item>Favorites</item>
+ <item>Family/Kids</item>
<item>Sports</item>
- <item>Kids</item>
+ <item>Shopping</item>
<item>Movies</item>
- <item>Reality &amp; games</item>
- <item>News &amp; talks</item>
+ <item>Comedy</item>
+ <item>Travel</item>
+ <item>Drama</item>
+ <item>Education</item>
+ <item>Animal/Wildlife</item>
+ <item>News</item>
+ <item>Gaming</item>
</string-array>
<!-- The command strings which are displayed in the "Edit Channels" side panel -->