Commit 37920f51 authored by Ted Choc's avatar Ted Choc Committed by Commit Bot

Set default text of the search widget to "Search"

This removes the dependency on an immediate onUpdate from the framework
to have a default title.

BUG=

Change-Id: I0e36b40b25e0a26c618e48cbf99c4a470f19ccf0
Reviewed-on: https://chromium-review.googlesource.com/918781Reviewed-by: default avatarYusuf Ozuysal <yusufo@chromium.org>
Commit-Queue: Ted Choc <tedchoc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#536731}
parent 4dac99ae
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
android:gravity="center_vertical" android:gravity="center_vertical"
android:singleLine="true" android:singleLine="true"
android:textAlignment="viewStart" android:textAlignment="viewStart"
android:text="@string/search_widget_default"
android:textColor="@color/google_grey_600" android:textColor="@color/google_grey_600"
android:textSize="17sp" /> android:textSize="17sp" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment