Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95b666eb authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

Merge branch '1382-s-fix_edittext_hint_color' into 'v1-s'

1382-s-fix_edittext_hint_color

See merge request !48
parents 27b8c67a 69b07256
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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">