зеркало из https://github.com/mozilla/pjs.git
Bug 698332: Awesomebar should use a default text of 'Enter Search or Address' r=mfinkle
This commit is contained in:
Родитель
f6b24b42f0
Коммит
d704109ac0
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче