We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In layout:
<com.rengwuxian.materialedittext.MaterialAutoCompleteTextView android:id="@+id/recipient_edit_text" style="@style/EditText.OneLine" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginTop="@dimen/standard_padding" android:completionThreshold="0" android:hint="@string/recipient_label" android:inputType="phone" android:paddingEnd="42dp" android:paddingRight="42dp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:met_floatingLabelAlwaysShown="true" app:met_floatingLabelText="@string/tx_recipient" /
and here reult:
I need to change bg color (black) of dropdown to white color.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In layout:
and here reult:
I need to change bg color (black) of dropdown to white color.
The text was updated successfully, but these errors were encountered: