summaryrefslogtreecommitdiffstats
path: root/samples/SupportLeanbackShowcase/app/src/main/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/SupportLeanbackShowcase/app/src/main/res/values/colors.xml')
-rw-r--r--samples/SupportLeanbackShowcase/app/src/main/res/values/colors.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/samples/SupportLeanbackShowcase/app/src/main/res/values/colors.xml b/samples/SupportLeanbackShowcase/app/src/main/res/values/colors.xml
new file mode 100644
index 000000000..6305c4119
--- /dev/null
+++ b/samples/SupportLeanbackShowcase/app/src/main/res/values/colors.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2015 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>
+ <color name="background_gradient_start">#FFFFFF</color>
+ <color name="background_gradient_end">#DDDDDD</color>
+ <color name="fastlane_background">#06838f</color>
+ <color name="fastlane_teal_background">#00796B</color>
+ <color name="search_opaque">#ffaa3f</color>
+ <color name="search_color">#FFEB3B</color>
+ <color name="search_bright_color">#FFEB3B</color>
+ <color name="search_icon_color">#222222</color>
+ <color name="accent">#80D3FB</color>
+ <color name="settings_background">#00695C</color>
+
+ <color name="default_background">#3d3d3d</color>
+
+ <color name="default_card_background_color">#263238</color>
+ <color name="default_card_footer_background_color">#37474F</color>
+ <color name="selected_card_footer_background_color">#F0F</color>
+
+ <color name="card_primary_text">#EEEEEE</color>
+ <color name="card_secondary_text">#99EEEEEE</color>
+
+ <color name="loading_error_card_background">#86c739</color>
+
+ <color name="card_examples_background">#222222</color>
+
+ <color name="detail_view_actionbar_background">#04549D</color>
+ <color name="detail_view_background">#0374BF</color>
+ <color name="detail_view_related_background">#022A4E</color>
+</resources>