Bug 698332: Awesomebar should use a default text of 'Enter Search or Address' r=mfinkle

This commit is contained in:
Sriram Ramasubramanian 2011-10-30 22:12:31 -07:00
Родитель f6b24b42f0
Коммит d704109ac0
4 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -23,6 +23,9 @@
<!ENTITY launcher_shortcuts_empty "No web apps were found">
<!ENTITY choose_file "Choose File">
<!ENTITY awesomebar_default_text "Enter Search or Address">
<!ENTITY bookmarks_title "Bookmarks">
<!ENTITY bookmark_add "Bookmark">
<!ENTITY bookmark_remove "Remove">

Просмотреть файл

@ -15,6 +15,7 @@
android:layout_alignParentBottom="true"
android:layout_centerVertical="true"
android:background="@android:drawable/edit_text"
android:hint="@string/awesomebar_default_text"
android:inputType="textUri"
android:imeOptions="actionGo"
android:singleLine="true"

Просмотреть файл

@ -15,6 +15,7 @@
android:layout_centerVertical="true"
android:singleLine="true"
android:gravity="center_vertical|left"
android:hint="@string/awesomebar_default_text"
android:textColor="#000"
android:paddingLeft="32dp"/>

Просмотреть файл

@ -29,6 +29,8 @@
<string name="choose_file">&choose_file;</string>
<string name="awesomebar_default_text">&awesomebar_default_text;</string>
<string name="quit">&quit;</string>
<string name="bookmarks_title">&bookmarks_title;</string>
<string name="bookmark_add">&bookmark_add;</string>