summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorBryan Owens <djbryan3540@gmail.com>2015-12-29 22:25:10 -0600
committerd34d <clark@cyngn.com>2016-01-03 16:19:01 -0800
commit6348e58c03910d34eb26d803b352a52106395474 (patch)
tree2dde6e9435043080960a28d212a22e061eba9177 /res
parent9000d115a8c23d81711cf4b22e5d6373c32edfad (diff)
downloadandroid_packages_apps_ExactCalculator-6348e58c03910d34eb26d803b352a52106395474.tar.gz
android_packages_apps_ExactCalculator-6348e58c03910d34eb26d803b352a52106395474.tar.bz2
android_packages_apps_ExactCalculator-6348e58c03910d34eb26d803b352a52106395474.zip
Themes: Expose hard coded background in java
Change-Id: I6248f1edfa97b02c34604059f55454248dc1cc98 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
Diffstat (limited to 'res')
-rw-r--r--res/values/cm_colors.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/values/cm_colors.xml b/res/values/cm_colors.xml
new file mode 100644
index 0000000..15a6023
--- /dev/null
+++ b/res/values/cm_colors.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2015 The CyanogenMod 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="pad_view_pager_background">#ff000000</color>
+</resources>