Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Show correct enter key label based on input IME options
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed May 8, 2019
1 parent 62c5d3f commit d4ab4da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ public void updateFocusedView(View aFocusedView) {
}

updateCandidates();
updateSpecialKeyLabels();
}

public void dismiss() {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/navigation_url.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
android:fadingEdgeLength="20dp"
android:gravity="center_vertical"
android:hint="@string/search_placeholder"
android:imeOptions="actionDone"
android:imeOptions="actionGo"
android:inputType="textUri"
android:paddingStart="20dp"
android:paddingEnd="80dp"
Expand Down

0 comments on commit d4ab4da

Please sign in to comment.