Skip to content

Commit

Permalink
Jelly: add hint for auto complete
Browse files Browse the repository at this point in the history
Change-Id: Ida434ba48828068042eb9c0e11ca38cd5d400a24
  • Loading branch information
SaeedDev94 committed Jan 6, 2025
1 parent d7d88d7 commit fb3d412
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/url_bar_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
android:popupElevation="0dp"
android:selectAllOnFocus="true"
android:textColor="?attr/colorOnSurface"
android:hint="@string/url_bar_auto_complete_hint"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/secureButton"
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<string name="url_bar_search_previous">Previous</string>
<!-- URL bar: search cancel button -->
<string name="url_bar_search_next">Next</string>
<!-- URL bar: auto complete hint -->
<string name="url_bar_auto_complete_hint">Search or type URL</string>

<!-- Menu action: go back -->
<string name="menu_go_back">Go back</string>
Expand Down

0 comments on commit fb3d412

Please sign in to comment.