Set colorControlActivated=colorPrimary
This affects the color of all controls once activated. For example: checked
checkboxes, selected radio buttons and focused EditTexts.
The new activited control color doesn't look good inside the
ContactSelectionActivity's SearchView. Therefore, I setup a custom theme for
this view.
Bug: 17139811
Change-Id: I7fe6969bbb2a6c3c0feb40e4caf45c81edf0c14d
diff --git a/res/layout/custom_action_bar.xml b/res/layout/custom_action_bar.xml
index af104fe..5b930ea 100644
--- a/res/layout/custom_action_bar.xml
+++ b/res/layout/custom_action_bar.xml
@@ -33,6 +33,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:iconifiedByDefault="false"
- android:inputType="textFilter" />
+ android:inputType="textFilter"
+ android:theme="@style/ContactPickerSearchTheme" />
</FrameLayout>