mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-07 21:09:46 +01: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)
|
viewThemeUtils.colorTextInputLayout(binding.textInputLayout)
|
||||||
binding.textEdit.setTextColor(serverTheme.colorText)
|
|
||||||
viewThemeUtils.colorMaterialButtonText(binding.okButton)
|
viewThemeUtils.colorMaterialButtonText(binding.okButton)
|
||||||
|
|
||||||
binding.textInputLayout.hint = labelText
|
binding.textInputLayout.hint = labelText
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
android:inputType="textUri"
|
android:inputType="textUri"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:textAlignment="viewStart"
|
android:textAlignment="viewStart"
|
||||||
android:textColor="@color/colorPrimary" />
|
android:textColor="@color/high_emphasis_text" />
|
||||||
|
|
||||||
</com.google.android.material.textfield.TextInputLayout>
|
</com.google.android.material.textfield.TextInputLayout>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user