Autocomplete Feature für Kursnamen hinzugefügt (eigene API, da von DHBW nicht bereitg...
[DHBWCampusApp.git] / app / src / main / res / layout / fragment_first_run.xml
index 436457e07006d09ca8c1759c86364b05c3541571..e190f5db8b0378399f7f72cad14f6fe9a0e0c057 100644 (file)
             android:layout_centerHorizontal="true"
             android:layout_below="@+id/textView20">
 
-            <EditText
+            <AutoCompleteTextView
                 android:layout_width="150dp"
                 android:layout_height="wrap_content"
                 android:id="@+id/courseInput"
                 android:layout_gravity="center_horizontal"
-                android:layout_alignWithParentIfMissing="false" />
+                android:layout_alignWithParentIfMissing="false"
+                android:imeOptions="actionDone"
+                android:singleLine="true"/>
 
             <Button
                 android:layout_width="wrap_content"