Change the navigate up botton and search box size to be 48dp high and
48dp wide.
Change the Create label Edittext view to be 48dp or higher.
Bug 29154966
Change-Id: I2e4102af655d93775aa470f2a0c56f74a4d28b9e
diff --git a/res-common/values/dimens.xml b/res-common/values/dimens.xml
index 58be1e1..cab05f4 100644
--- a/res-common/values/dimens.xml
+++ b/res-common/values/dimens.xml
@@ -119,7 +119,7 @@
<!-- Padding around the icon in the search box. -->
<dimen name="search_box_icon_margin">4dp</dimen>
<!-- Size of the icon (voice search, back arrow) in the search box. -->
- <dimen name="search_box_icon_size">36dp</dimen>
+ <dimen name="search_box_icon_size">48dp</dimen>
<!-- Size of the close icon.-->
<dimen name="search_box_close_icon_size">56dp</dimen>
<!-- Padding around the close button. It's visible size without padding is 24dp. -->