EditFragment: do not autocomplete or capitalize ifnames

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2017-11-28 22:14:00 +01:00 committed by Samuel Holland
parent e418c5d3b4
commit 2f310f0fad

View File

@ -58,7 +58,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@+id/interface_name_label" android:layout_below="@+id/interface_name_label"
android:inputType="textCapWords" android:inputType="textNoSuggestions"
android:text="@={config.name}" android:text="@={config.name}"
app:filter="@{NameInputFilter.newInstance()}" /> app:filter="@{NameInputFilter.newInstance()}" />