added customization for bundled tuner

b/18457451

Change-Id: I9ad4ef30d7fbf9c0848af9d118617e4ebbecae8e
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>