summaryrefslogtreecommitdiffstats
path: root/packages/WallpaperCropper
diff options
context:
space:
mode:
authorBryan Owens <djbryan3540@gmail.com>2015-12-11 17:49:15 -0600
committerClark Scheff <clark@cyngn.com>2016-01-01 11:18:08 -0800
commit40ccfd1a5be67f9bafc2d3b0cae7de4f79ceb370 (patch)
tree9227488701329210b0bd2aaefbb54b40c6264430 /packages/WallpaperCropper
parent921d24a3c94992bc0b78642389cd0c5d0a2f9414 (diff)
downloadframeworks_base-40ccfd1a5be67f9bafc2d3b0cae7de4f79ceb370.zip
frameworks_base-40ccfd1a5be67f9bafc2d3b0cae7de4f79ceb370.tar.gz
frameworks_base-40ccfd1a5be67f9bafc2d3b0cae7de4f79ceb370.tar.bz2
Themes: Expose "Set Wallpaper" text color in wallpaper picker
Change-Id: Ic9da24dbc716f8cbde7b980ee438210b743d9f1f Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
Diffstat (limited to 'packages/WallpaperCropper')
-rw-r--r--packages/WallpaperCropper/res/layout/actionbar_set_wallpaper.xml2
-rw-r--r--packages/WallpaperCropper/res/values/cm_colors.xml20
2 files changed, 21 insertions, 1 deletions
diff --git a/packages/WallpaperCropper/res/layout/actionbar_set_wallpaper.xml b/packages/WallpaperCropper/res/layout/actionbar_set_wallpaper.xml
index 54f8ff3..97cd620 100644
--- a/packages/WallpaperCropper/res/layout/actionbar_set_wallpaper.xml
+++ b/packages/WallpaperCropper/res/layout/actionbar_set_wallpaper.xml
@@ -32,5 +32,5 @@
android:drawablePadding="8dp"
android:gravity="center_vertical"
android:text="@string/wallpaper_instructions"
- android:textColor="@android:color/white" />
+ android:textColor="@color/set_wallpaper_text_color" />
</FrameLayout>
diff --git a/packages/WallpaperCropper/res/values/cm_colors.xml b/packages/WallpaperCropper/res/values/cm_colors.xml
new file mode 100644
index 0000000..bfb2994
--- /dev/null
+++ b/packages/WallpaperCropper/res/values/cm_colors.xml
@@ -0,0 +1,20 @@
+<?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="set_wallpaper_text_color">@android:color/white</color>
+</resources>