diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index bd12a74..c9f7771 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -23,6 +23,7 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme" + android:networkSecurityConfig="@xml/network_security_config" android:usesCleartextTraffic="true"> diff --git a/app/src/main/res/layout/fragment_add_dialog.xml b/app/src/main/res/layout/fragment_add_dialog.xml index c3436d1..e7cd8f2 100644 --- a/app/src/main/res/layout/fragment_add_dialog.xml +++ b/app/src/main/res/layout/fragment_add_dialog.xml @@ -26,6 +26,7 @@ android:id="@+id/add_dialog_topic_text" android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="@string/add_dialog_topic_name_hint" + android:importantForAutofill="no" android:maxLines="1" android:inputType="text" android:maxLength="64"/> + + + + + + + +