diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/search_edittext.xml | 8 | ||||
-rw-r--r-- | res/values/colors.xml | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/res/layout/search_edittext.xml b/res/layout/search_edittext.xml index f44cc0b6d..a20935f30 100644 --- a/res/layout/search_edittext.xml +++ b/res/layout/search_edittext.xml @@ -45,4 +45,12 @@ android:clickable="true" android:contentDescription="@string/description_start_voice_search" android:background="?android:attr/selectableItemBackground" /> + <ImageButton + android:id="@+id/dialtacts_options_menu_button" + android:layout_width="@dimen/search_box_icon_size" + android:layout_height="@dimen/search_box_icon_size" + android:padding="@dimen/search_box_icon_padding" + android:background="?android:attr/selectableItemBackground" + android:src="@drawable/ic_overflow_menu" + android:tint="@color/searchbox_options_menu_color" /> </view>
\ No newline at end of file diff --git a/res/values/colors.xml b/res/values/colors.xml index 28b78963c..301d4162f 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -59,6 +59,7 @@ <color name="searchbox_text_color">#000000</color> <!-- Text color of the search box hint text --> <color name="searchbox_hint_text_color">#d3d3d3</color> + <color name="searchbox_options_menu_color">#d5d5d5</color> <!-- Color of the contact name in favorite tiles --> <color name="contact_tile_name_color">#ffffff</color> |