Browse Source

fix light theme color for Entry menu box

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Marcel Hibbe 3 years ago
parent
commit
4c882f4f41
1 changed files with 3 additions and 1 deletions
  1. 3 1
      app/src/main/res/layout/controller_entry_menu.xml

+ 3 - 1
app/src/main/res/layout/controller_entry_menu.xml

@@ -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"