aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChristofer Ã…kersten <akersten@google.com>2014-07-31 09:30:11 +0900
committerChristofer Ã…kersten <akersten@google.com>2014-08-01 18:13:48 +0900
commitad8bb145f00812459b96e54fdaad36f3a7a3612c (patch)
treefe08374113295537d5f4d2327e1c8322716fb8be /res
parentcc435a0d5b05acd8cafe6dbdb6c97fad4a50e175 (diff)
downloadTV-ad8bb145f00812459b96e54fdaad36f3a7a3612c.tar.gz
[WIP] Rework sidepanel to make adding options easier.
Change-Id: I045e526fe573fec4585e7bf4110569aed09ace79
Diffstat (limited to 'res')
-rw-r--r--res/layout/option_item_action.xml (renamed from res/layout/debug_option_action.xml)0
-rw-r--r--res/layout/option_item_check_box.xml (renamed from res/layout/debug_option_check_box.xml)0
-rw-r--r--res/layout/option_item_divider.xml (renamed from res/layout/debug_option_divider.xml)0
-rw-r--r--res/layout/option_item_radio_button.xml (renamed from res/layout/debug_option_radio_button.xml)0
-rw-r--r--res/layout/option_item_sub_menu.xml (renamed from res/layout/debug_option_sub_menu.xml)0
-rw-r--r--res/values/arrays.xml6
-rw-r--r--res/values/strings.xml3
7 files changed, 3 insertions, 6 deletions
diff --git a/res/layout/debug_option_action.xml b/res/layout/option_item_action.xml
index d2345df7..d2345df7 100644
--- a/res/layout/debug_option_action.xml
+++ b/res/layout/option_item_action.xml
diff --git a/res/layout/debug_option_check_box.xml b/res/layout/option_item_check_box.xml
index 4d04279f..4d04279f 100644
--- a/res/layout/debug_option_check_box.xml
+++ b/res/layout/option_item_check_box.xml
diff --git a/res/layout/debug_option_divider.xml b/res/layout/option_item_divider.xml
index 32177f8d..32177f8d 100644
--- a/res/layout/debug_option_divider.xml
+++ b/res/layout/option_item_divider.xml
diff --git a/res/layout/debug_option_radio_button.xml b/res/layout/option_item_radio_button.xml
index 6e6a05a4..6e6a05a4 100644
--- a/res/layout/debug_option_radio_button.xml
+++ b/res/layout/option_item_radio_button.xml
diff --git a/res/layout/debug_option_sub_menu.xml b/res/layout/option_item_sub_menu.xml
index d2345df7..d2345df7 100644
--- a/res/layout/debug_option_sub_menu.xml
+++ b/res/layout/option_item_sub_menu.xml
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index b3181364..24bc60b6 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -38,10 +38,4 @@
<item>News</item>
<item>Gaming</item>
</string-array>
-
- <!-- The command strings which are displayed in the "Edit Channels" side panel -->
- <string-array name="edit_channels_actions" translatable="true">
- <item>Show all</item>
- <item>Hide all</item>
- </string-array>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a8d15724..c644e926 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -82,6 +82,9 @@
<!-- Edit channel list (enable/disable individual channels) -->
<string name="edit_channels_title">Edit <xliff:g id="tv_input">%s</xliff:g> channels</string>
+ <string name="edit_channels_show_all">Show all</string>
+ <string name="edit_channels_hide_all">Hide all</string>
+
<!-- Text displayed in edit channels activity when there aren't any channels in the TV input.
[CHAR LIMIT=20] -->
<string name="empty_channel_tvinput">No channels in the TV input.</string>