Skip to content

Commit

Permalink
Updated search icon, bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
broakenmedia committed Sep 5, 2018
1 parent be55e5a commit a49c350
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:layout_height="?android:attr/actionBarSize"
android:background="?colorPrimary"
app:theme="?mcpToolbarTheme"
app:popupTheme="?mcpListPopupWindowStyleTheme"/>
Expand Down
2 changes: 1 addition & 1 deletion multicontactpicker/src/main/res/menu/mcp_menu_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/mcp_action_search"
android:icon="@drawable/ic_action_action_search"
android:icon="@drawable/ic_action_search"
android:orderInCategory="100"
android:title="@string/abc_search_hint"
app:showAsAction="always" />
Expand Down

0 comments on commit a49c350

Please sign in to comment.