diff --git a/app/src/main/res/layout/content_main.xml b/app/src/main/res/layout/content_main.xml index 5fe3e04..6be8a83 100644 --- a/app/src/main/res/layout/content_main.xml +++ b/app/src/main/res/layout/content_main.xml @@ -57,7 +57,8 @@ android:cursorVisible="true" android:hint="@string/add_link_hint" android:inputType="textNoSuggestions" - android:singleLine="true" /> + android:singleLine="true" + android:textColorLink="@color/material_on_background_emphasis_high_type" /> + android:inputType="textNoSuggestions" + android:singleLine="true" + android:textColorLink="@color/material_on_background_emphasis_high_type" /> + android:inputType="textNoSuggestions|textMultiLine" + android:singleLine="false" + android:textColorLink="@color/material_on_background_emphasis_high_type" />