From 6491db8f77e84aad0322908db8875d359d949bb9 Mon Sep 17 00:00:00 2001 From: Sunny Shao Date: Tue, 5 Mar 2019 13:56:07 +0800 Subject: [PATCH] Moved left 2dp for the search icon Bug: 127345692 Test: manual Change-Id: I481d7fb46d2108d66a087eee30e7314e22af2314 --- res/layout/search_bar.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/search_bar.xml b/res/layout/search_bar.xml index 64ddb6d47f6..dbd61dff0d8 100644 --- a/res/layout/search_bar.xml +++ b/res/layout/search_bar.xml @@ -27,6 +27,7 @@ android:id="@+id/search_action_bar" android:layout_width="match_parent" android:layout_height="@dimen/search_bar_height" + android:layout_marginStart="-2dp" android:background="?android:attr/selectableItemBackground" android:contentInsetStartWithNavigation="@dimen/search_bar_content_inset" android:navigationIcon="@drawable/ic_homepage_search">