forked from organicmaps/organicmaps
[android] Added text editor hint for search box
This commit is contained in:
parent
c6ac90b417
commit
45395fb01e
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue