mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-03 05:03:04 +00:00
fix light theme color for Entry menu box
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
6bc5d324b5
commit
4c882f4f41
@ -52,7 +52,9 @@
|
||||
android:layout_marginEnd="@dimen/standard_half_margin"
|
||||
android:layout_toStartOf="@id/smileyButton"
|
||||
app:errorTextAppearance="@style/ErrorAppearance"
|
||||
app:passwordToggleTint="@color/grey_600">
|
||||
app:passwordToggleTint="@color/grey_600"
|
||||
app:boxStrokeColor="@color/colorPrimary"
|
||||
app:hintTextColor="@color/colorPrimary">
|
||||
|
||||
<com.nextcloud.talk.utils.EmojiTextInputEditText
|
||||
android:id="@+id/text_edit"
|
||||
|
Loading…
Reference in New Issue
Block a user