aboutsummaryrefslogtreecommitdiff
path: root/partner_support/samples/res
diff options
context:
space:
mode:
Diffstat (limited to 'partner_support/samples/res')
-rwxr-xr-xpartner_support/samples/res/mipmap-hdpi/ic_launcher.pngbin0 -> 3931 bytes
-rwxr-xr-xpartner_support/samples/res/mipmap-mdpi/ic_launcher.pngbin0 -> 2382 bytes
-rwxr-xr-xpartner_support/samples/res/mipmap-xhdpi/ic_launcher.pngbin0 -> 5121 bytes
-rwxr-xr-xpartner_support/samples/res/mipmap-xxhdpi/ic_launcher.pngbin0 -> 8222 bytes
-rwxr-xr-xpartner_support/samples/res/mipmap-xxxhdpi/ic_launcher.pngbin0 -> 11381 bytes
-rw-r--r--partner_support/samples/res/values/strings.xml20
-rw-r--r--partner_support/samples/res/xml/sampletvinputservice.xml19
7 files changed, 39 insertions, 0 deletions
diff --git a/partner_support/samples/res/mipmap-hdpi/ic_launcher.png b/partner_support/samples/res/mipmap-hdpi/ic_launcher.png
new file mode 100755
index 00000000..a827add4
--- /dev/null
+++ b/partner_support/samples/res/mipmap-hdpi/ic_launcher.png
Binary files differ
diff --git a/partner_support/samples/res/mipmap-mdpi/ic_launcher.png b/partner_support/samples/res/mipmap-mdpi/ic_launcher.png
new file mode 100755
index 00000000..d7d36f26
--- /dev/null
+++ b/partner_support/samples/res/mipmap-mdpi/ic_launcher.png
Binary files differ
diff --git a/partner_support/samples/res/mipmap-xhdpi/ic_launcher.png b/partner_support/samples/res/mipmap-xhdpi/ic_launcher.png
new file mode 100755
index 00000000..210bfcf1
--- /dev/null
+++ b/partner_support/samples/res/mipmap-xhdpi/ic_launcher.png
Binary files differ
diff --git a/partner_support/samples/res/mipmap-xxhdpi/ic_launcher.png b/partner_support/samples/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100755
index 00000000..59a090c7
--- /dev/null
+++ b/partner_support/samples/res/mipmap-xxhdpi/ic_launcher.png
Binary files differ
diff --git a/partner_support/samples/res/mipmap-xxxhdpi/ic_launcher.png b/partner_support/samples/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100755
index 00000000..388b6ebe
--- /dev/null
+++ b/partner_support/samples/res/mipmap-xxxhdpi/ic_launcher.png
Binary files differ
diff --git a/partner_support/samples/res/values/strings.xml b/partner_support/samples/res/values/strings.xml
new file mode 100644
index 00000000..c6f0ac94
--- /dev/null
+++ b/partner_support/samples/res/values/strings.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources>
+ <string name="partner_support_sample_tv_input" translatable="false">Partner Support Sample Tv Input</string>
+</resources> \ No newline at end of file
diff --git a/partner_support/samples/res/xml/sampletvinputservice.xml b/partner_support/samples/res/xml/sampletvinputservice.xml
new file mode 100644
index 00000000..e5211dba
--- /dev/null
+++ b/partner_support/samples/res/xml/sampletvinputservice.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<tv-input xmlns:android="http://schemas.android.com/apk/res/android"
+ android:setupActivity="com.example.partnersupportsampletvinput.SampleTvInputSetupActivity" /> \ No newline at end of file