set action done in search field

after a recent change, action was automatically set to next, which is inappropriate
This commit is contained in:
Helium314 2023-11-20 09:42:53 +01:00
parent 0002ed63eb
commit 7f970e2efd

View file

@ -24,6 +24,7 @@
android:layout_marginHorizontal="6dp"
android:inputType="text"
android:maxLines="1"
android:imeOptions="actionDone"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>