Update color of FAB
I copied Dialers fab into Contacts instead of ContactsCommon.
Since this is a visual element, there is little chance of it
diverging from Dialer in an undetected way.
I was previously overzelously trying to unify colors/icons between
dialer and contacts. This is not a good policy when others are less
zeoulos.
Bug: 16847357
Change-Id: I6e3587d5871a485963f8677e9697ee777d6f1caf
diff --git a/res/layout/floating_action_button.xml b/res/layout/floating_action_button.xml
index dd41dbe..1541d42 100644
--- a/res/layout/floating_action_button.xml
+++ b/res/layout/floating_action_button.xml
@@ -30,6 +30,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/floating_action_button"
+ android:tint="@color/floating_action_button_icon_color"
android:contentDescription="@string/action_menu_add_new_contact_button"
android:src="@drawable/ic_person_add_24dp"/>
</FrameLayout>
\ No newline at end of file