[android] Added text editor hint for search box

This commit is contained in:
Alex Zolotarev 2012-07-17 22:34:41 -07:00 committed by Alex Zolotarev
parent c6ac90b417
commit 45395fb01e

View file

@ -12,9 +12,10 @@
android:layout_height="wrap_content">
<EditText android:id="@+id/search_string"
android:inputType="text"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
android:inputType="text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/search_map" />
<ProgressBar android:id="@+id/search_progress"
android:layout_width="wrap_content"