Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
@@ -175,7 +175,6 @@ class EntryMenuController(args: Bundle) :
}
viewThemeUtils.colorTextInputLayout(binding.textInputLayout)
- binding.textEdit.setTextColor(serverTheme.colorText)
viewThemeUtils.colorMaterialButtonText(binding.okButton)
binding.textInputLayout.hint = labelText
@@ -63,7 +63,7 @@
android:inputType="textUri"
android:singleLine="true"
android:textAlignment="viewStart"
- android:textColor="@color/colorPrimary" />
+ android:textColor="@color/high_emphasis_text" />
</com.google.android.material.textfield.TextInputLayout>