From cadfbef70d7824bef847da23544f539e405840d2 Mon Sep 17 00:00:00 2001 From: aileronajay Date: Sat, 29 Aug 2015 18:05:56 +0530 Subject: [PATCH] Changes to make the search bar icon white Changes to make the search bar icon white --- app/src/main/res/layout/contact_list.xml | 2 +- app/src/main/res/values/theme.xml | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/contact_list.xml b/app/src/main/res/layout/contact_list.xml index ff46c8a0a1..c2f4688d85 100644 --- a/app/src/main/res/layout/contact_list.xml +++ b/app/src/main/res/layout/contact_list.xml @@ -31,7 +31,7 @@ android:background="?attr/colorPrimary" android:elevation="4dp" - android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" + android:theme="@style/CustomSearchActionBar" app:popupTheme="@style/ThemeOverlay.AppCompat.Light" app:titleTextAppearance="@style/ToolbarTitle" /> diff --git a/app/src/main/res/values/theme.xml b/app/src/main/res/values/theme.xml index 0a9d305c81..c9d919609a 100644 --- a/app/src/main/res/values/theme.xml +++ b/app/src/main/res/values/theme.xml @@ -13,18 +13,28 @@ along with this program. If not, see http://www.gnu.org/licenses/. --> + + + + + + \ No newline at end of file