summaryrefslogtreecommitdiffstats
path: root/res/layout/all_apps_search_bar.xml
diff options
context:
space:
mode:
authorBryan Owens <djbryan3540@gmail.com>2016-01-15 22:24:51 -0600
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-01-19 11:35:24 -0800
commit39612901c32d34cb53de8a872beb1e3e3d57ce48 (patch)
treeeaa34a28049bd24826727dc0b8f0fdeba94ad61a /res/layout/all_apps_search_bar.xml
parent4ff9b7d6a74775c9d3e2cbfd42e4724cb1a131d8 (diff)
downloadandroid_packages_apps_Trebuchet-39612901c32d34cb53de8a872beb1e3e3d57ce48.tar.gz
android_packages_apps_Trebuchet-39612901c32d34cb53de8a872beb1e3e3d57ce48.tar.bz2
android_packages_apps_Trebuchet-39612901c32d34cb53de8a872beb1e3e3d57ce48.zip
Themes: Expose hard coded colors from layouts
Change-Id: I4913f57fb44f234fd140b9c2e0fe59cba49fe702 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
Diffstat (limited to 'res/layout/all_apps_search_bar.xml')
-rw-r--r--res/layout/all_apps_search_bar.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/all_apps_search_bar.xml b/res/layout/all_apps_search_bar.xml
index 69a66c817..7ed1b1f21 100644
--- a/res/layout/all_apps_search_bar.xml
+++ b/res/layout/all_apps_search_bar.xml
@@ -52,8 +52,8 @@
android:paddingLeft="8dp"
android:scrollHorizontally="true"
android:singleLine="true"
- android:textColor="#4c4c4c"
- android:textColorHint="#9c9c9c"
+ android:textColor="@color/search_box_input_text_color"
+ android:textColorHint="@color/search_box_input_hint_text_color"
android:textSize="16sp" />
</LinearLayout>