diff options
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/res/layout/config_edit_fragment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/config_edit_fragment.xml b/app/src/main/res/layout/config_edit_fragment.xml index e0d564f9..f7721ac1 100644 --- a/app/src/main/res/layout/config_edit_fragment.xml +++ b/app/src/main/res/layout/config_edit_fragment.xml @@ -58,7 +58,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/interface_name_label" - android:inputType="textCapWords" + android:inputType="textNoSuggestions" android:text="@={config.name}" app:filter="@{NameInputFilter.newInstance()}" /> |