Explorar el Código

chore: Task sort by completed

beautusg hace 7 años
padre
commit
5215e4b0c2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/src/main/res/layout/tasks_fragment.xml

+ 1 - 0
app/src/main/res/layout/tasks_fragment.xml

@@ -15,6 +15,7 @@
         android:ems="10"
         android:hint="@string/tasks_fragment_enter_a_new_task"
         android:inputType="textCapSentences"
+        android:imeOptions="actionDone"
         android:padding="@dimen/_12sdp"
         app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintStart_toStartOf="parent"