diff --git a/app/src/main/res/layout/contact_list.xml b/app/src/main/res/layout/contact_list.xml index eca9d96207..312834c8af 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 83bf8b4b58..1a3e17adf0 100644 --- a/app/src/main/res/values/theme.xml +++ b/app/src/main/res/values/theme.xml @@ -20,27 +20,22 @@ true - - - - - - - + + \ No newline at end of file