From 262df015b178767a49c50ab3fe020e0f05f531b0 Mon Sep 17 00:00:00 2001 From: Jeff Boek Date: Mon, 28 Jan 2019 12:20:17 -0800 Subject: [PATCH] For #145 - Pulls out color resources --- app/src/main/res/drawable/search_pill_background.xml | 4 ++-- app/src/main/res/values/colors.xml | 3 ++- app/src/main/res/values/styles.xml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/drawable/search_pill_background.xml b/app/src/main/res/drawable/search_pill_background.xml index d86e0dae0..6a67b6163 100644 --- a/app/src/main/res/drawable/search_pill_background.xml +++ b/app/src/main/res/drawable/search_pill_background.xml @@ -3,10 +3,10 @@ - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - + + android:color="@color/searchPillPrimary"/> \ No newline at end of file diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 9de8cf85b..d83d48983 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -16,5 +16,6 @@ #665BFD #6D6D6E - #202340 + #FAFAFC + #202340 diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 67a2c10bf..cc6377645 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -15,7 +15,7 @@ wrap_content false 14sp - @color/searchPillText + @color/searchPillPrimary center_vertical center_vertical true