Merge pull request #376 from Tijs-B/master

Add editor done action to dialog_go_to_thing_edit_text
This commit is contained in:
Docile-Alligator
2021-06-22 13:17:50 +08:00
committed by GitHub
6 changed files with 114 additions and 1 deletions

View File

@@ -18,6 +18,8 @@
android:fontFamily="?attr/font_family"
android:hint="@string/go_to_thing_hint"
android:textColor="?attr/primaryTextColor"
android:textSize="?attr/font_default" />
android:textSize="?attr/font_default"
android:singleLine="true"
android:imeOptions="actionDone"/>
</com.google.android.material.textfield.TextInputLayout>