Always use colorSecondaryDark as hint color
This commit is contained in:
@@ -39,7 +39,8 @@
|
||||
android:inputType="textMultiLine|textShortMessage|textCapSentences|textAutoComplete|textAutoCorrect"
|
||||
android:scrollHorizontally="false"
|
||||
android:autofillHints="text"
|
||||
android:hint="@string/new_message" >
|
||||
android:hint="@string/new_message"
|
||||
android:textColorHint="@color/colorSecondaryDark" >
|
||||
</EditText>
|
||||
|
||||
<ImageButton
|
||||
|
||||
Reference in New Issue
Block a user