diff --git a/res/drawable/fab_bg.xml b/res/drawable/fab_bg.xml
new file mode 100644
index 0000000000000000000000000000000000000000..007d3e2205970326bf43ef64f6729a8e52c31a06
--- /dev/null
+++ b/res/drawable/fab_bg.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
diff --git a/res/drawable/quantum_ic_add_vd_theme_24.xml b/res/drawable/quantum_ic_add_vd_theme_24.xml
index 167dafee63d448a9416732563a79d07356a4c8a5..3ceffde2d9acbdef41c9e7ff073c2c94ce99c159 100644
--- a/res/drawable/quantum_ic_add_vd_theme_24.xml
+++ b/res/drawable/quantum_ic_add_vd_theme_24.xml
@@ -21,6 +21,6 @@
android:viewportHeight="24.0"
android:tint="?attr/colorControlNormal">
diff --git a/res/drawable/quantum_ic_close_vd_theme_24.xml b/res/drawable/quantum_ic_close_vd_theme_24.xml
index 0aafe4b5a158bb6b305b33557ac6872204e275e5..955f7912485b489357222a9081800bc13b92bf6f 100644
--- a/res/drawable/quantum_ic_close_vd_theme_24.xml
+++ b/res/drawable/quantum_ic_close_vd_theme_24.xml
@@ -21,6 +21,6 @@
android:viewportHeight="24.0"
android:tint="?attr/colorControlNormal">
diff --git a/res/drawable/quantum_ic_menu_vd_theme_24.xml b/res/drawable/quantum_ic_menu_vd_theme_24.xml
index ba6adcbc427f13b4ac3065852c03972de4f6d666..fdb88f3b93c7dd2d96d64daf38cd8dd7033ffc96 100644
--- a/res/drawable/quantum_ic_menu_vd_theme_24.xml
+++ b/res/drawable/quantum_ic_menu_vd_theme_24.xml
@@ -21,6 +21,6 @@
android:viewportHeight="24.0"
android:tint="?attr/colorControlNormal">
diff --git a/res/drawable/quantum_ic_search_vd_theme_24.xml b/res/drawable/quantum_ic_search_vd_theme_24.xml
index 5c5632a84b629c1d87230358289726f5eef5e832..6e9da640e287a26d99e812ea7a0c390938211a6e 100644
--- a/res/drawable/quantum_ic_search_vd_theme_24.xml
+++ b/res/drawable/quantum_ic_search_vd_theme_24.xml
@@ -21,6 +21,6 @@
android:viewportHeight="24.0"
android:tint="?attr/colorControlNormal">
diff --git a/res/layout/contact_editor_activity.xml b/res/layout/contact_editor_activity.xml
index 5843a58cddd8aff568636d4894cdf7252dae8c4c..f99bc807412a1d6c14c55fc0c98d914c58e3260f 100644
--- a/res/layout/contact_editor_activity.xml
+++ b/res/layout/contact_editor_activity.xml
@@ -30,6 +30,7 @@
android:background="?android:attr/colorPrimary"
android:elevation="4dp"
app:navigationContentDescription="@string/cancel_button_content_description"
+ app:theme="@style/ThemeOverlay.AppCompat.Light"
app:navigationIcon="@drawable/quantum_ic_close_vd_theme_24"
app:title="@string/contact_editor_title_existing_contact" />
diff --git a/res/layout/contact_list_filter_item.xml b/res/layout/contact_list_filter_item.xml
index 4d1fbca70f91f4964edae1c25d1746b64eb414d2..637b2246ab851f3544323c19e5aa837696e16643 100644
--- a/res/layout/contact_list_filter_item.xml
+++ b/res/layout/contact_list_filter_item.xml
@@ -61,6 +61,7 @@
diff --git a/res/layout/date_picker.xml b/res/layout/date_picker.xml
index c700f9e643c024616b234dfc99e9e8f1c8a2c819..9bfb8de996e8cc3a969c7e39fe8f9b5f56dfbe5c 100644
--- a/res/layout/date_picker.xml
+++ b/res/layout/date_picker.xml
@@ -36,7 +36,9 @@
android:textAppearance="?android:attr/textAppearanceLarge"
android:layout_gravity="center_horizontal"
android:layout_width="wrap_content"
- android:layout_height="wrap_content"/>
+ android:layout_height="wrap_content"
+ android:buttonTint="@color/color_default_blue1"
+ />
\ No newline at end of file
diff --git a/res/layout/floating_action_button.xml b/res/layout/floating_action_button.xml
index a31512f19f7e3c65ea740aea63ec3057291a7a8f..bb616f2ed10daded30ab915ba7d868c46ed1ab37 100644
--- a/res/layout/floating_action_button.xml
+++ b/res/layout/floating_action_button.xml
@@ -26,7 +26,7 @@
android:layout_gravity="bottom|end"
android:layout_marginBottom="@dimen/floating_action_button_margin_bottom"
android:layout_marginEnd="@dimen/floating_action_button_margin_right"
- android:background="@drawable/fab_pink"
+ android:background="@drawable/fab_bg"
android:elevation="@dimen/design_fab_elevation"
app:layout_dodgeInsetEdges="bottom" >
@@ -37,5 +37,5 @@
android:background="@drawable/floating_action_button"
android:contentDescription="@string/action_menu_add_new_contact_button"
android:src="@drawable/quantum_ic_add_vd_theme_24"
- android:tint="@color/floating_action_button_icon_color"/>
+ android:tint="@color/color_default_blue1"/>
\ No newline at end of file
diff --git a/res/layout/search_bar_expanded.xml b/res/layout/search_bar_expanded.xml
index 9f90bc7d09167b31edee4da587fc80538a86e0d8..e630f034a309c51b4a6e471b22fb9f0c4bfca6fd 100644
--- a/res/layout/search_bar_expanded.xml
+++ b/res/layout/search_bar_expanded.xml
@@ -30,7 +30,7 @@
android:src="@drawable/quantum_ic_arrow_back_vd_theme_24"
android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/action_menu_back_from_search"
- android:tint="@color/actionbar_background_color" />
+ android:tint="@color/color_default_blue1" />
diff --git a/res/menu/edit_contact.xml b/res/menu/edit_contact.xml
index 039c6570eb694742dda92bd3b993cd1389c205cf..c049941d03399848da94007ad5fa730ba3cf2ead 100644
--- a/res/menu/edit_contact.xml
+++ b/res/menu/edit_contact.xml
@@ -17,6 +17,8 @@