aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorbulic <bulic@google.com>2015-02-27 16:29:16 -0800
committerMihai Bulic <bulic@google.com>2015-02-28 01:12:38 +0000
commit7a42e911e0ba1659366131180efb87cf19e47ee2 (patch)
treea70b2467bd97cde735cd1ea4b262941c8236962f /apps
parent601110d871cb4198ab1ecaa110bee47d4e0e5ca1 (diff)
downloadsample-7a42e911e0ba1659366131180efb87cf19e47ee2.tar.gz
added customization for bundled tuner
b/18457451 Change-Id: I9ad4ef30d7fbf9c0848af9d118617e4ebbecae8e
Diffstat (limited to 'apps')
-rw-r--r--apps/LeanbackCustomizer/res/drawable-hdpi/ic_bundled_tuner_banner.pngbin0 -> 2485 bytes
-rw-r--r--apps/LeanbackCustomizer/res/drawable-mdpi/ic_bundled_tuner_banner.pngbin0 -> 1768 bytes
-rw-r--r--apps/LeanbackCustomizer/res/drawable-xhdpi/ic_bundled_tuner_banner.pngbin0 -> 1637 bytes
-rw-r--r--apps/LeanbackCustomizer/res/drawable-xxhdpi/ic_bundled_tuner_banner.pngbin0 -> 2325 bytes
-rw-r--r--apps/LeanbackCustomizer/res/values/config.xml3
5 files changed, 3 insertions, 0 deletions
diff --git a/apps/LeanbackCustomizer/res/drawable-hdpi/ic_bundled_tuner_banner.png b/apps/LeanbackCustomizer/res/drawable-hdpi/ic_bundled_tuner_banner.png
new file mode 100644
index 0000000..520c6e8
--- /dev/null
+++ b/apps/LeanbackCustomizer/res/drawable-hdpi/ic_bundled_tuner_banner.png
Binary files differ
diff --git a/apps/LeanbackCustomizer/res/drawable-mdpi/ic_bundled_tuner_banner.png b/apps/LeanbackCustomizer/res/drawable-mdpi/ic_bundled_tuner_banner.png
new file mode 100644
index 0000000..785e3fc
--- /dev/null
+++ b/apps/LeanbackCustomizer/res/drawable-mdpi/ic_bundled_tuner_banner.png
Binary files differ
diff --git a/apps/LeanbackCustomizer/res/drawable-xhdpi/ic_bundled_tuner_banner.png b/apps/LeanbackCustomizer/res/drawable-xhdpi/ic_bundled_tuner_banner.png
new file mode 100644
index 0000000..d7deb0e
--- /dev/null
+++ b/apps/LeanbackCustomizer/res/drawable-xhdpi/ic_bundled_tuner_banner.png
Binary files differ
diff --git a/apps/LeanbackCustomizer/res/drawable-xxhdpi/ic_bundled_tuner_banner.png b/apps/LeanbackCustomizer/res/drawable-xxhdpi/ic_bundled_tuner_banner.png
new file mode 100644
index 0000000..93f1df6
--- /dev/null
+++ b/apps/LeanbackCustomizer/res/drawable-xxhdpi/ic_bundled_tuner_banner.png
Binary files differ
diff --git a/apps/LeanbackCustomizer/res/values/config.xml b/apps/LeanbackCustomizer/res/values/config.xml
index 323e781..2f594b8 100644
--- a/apps/LeanbackCustomizer/res/values/config.xml
+++ b/apps/LeanbackCustomizer/res/values/config.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="partner_show_live_tv_on_start_up">true</bool>
+
<bool name="show_physical_tuners_separately">true</bool>
+ <string name="bundled_tuner_title">All Channels</string>
+ <item type="drawable" name="bundled_tuner_banner">@drawable/ic_bundled_tuner_banner</item>
<!-- DO NOT TRANSLATE -->
<string name="partner_app_sorting_mode" translatable="false">fixed</string>