mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-01 20:22:03 +00:00
fix entry menu bottom sheet input layout text color
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
8f02558a8d
commit
6e42a52a9a
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user