diff --git a/app/src/main/res/layout/edit_event_all.xml b/app/src/main/res/layout/edit_event_all.xml index d1b9d518addb37687b2ab8d7280903349ed40a5c..275ae7c0f7cbdc038a65e1458e2de26cb558a707 100644 --- a/app/src/main/res/layout/edit_event_all.xml +++ b/app/src/main/res/layout/edit_event_all.xml @@ -61,6 +61,7 @@ android:layout_marginTop="8dp" android:focusable="true" android:hint="@string/hint_what" + android:textColorHint="@color/edit_event_hint_text_color" android:inputType="textAutoCorrect|textCapSentences" android:minHeight="36dp" android:singleLine="true" @@ -521,6 +522,7 @@ android:layout_height="wrap_content" android:layout_marginStart="12dp" android:layout_marginEnd="24dp" + android:textColorHint="@color/edit_event_hint_text_color" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toEndOf="@+id/url_icon" app:layout_constraintTop_toBottomOf="@+id/description_row">