Skip to content
New issue

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

How can change bg color of dropdown? #392

Open
alexei-28 opened this issue May 22, 2020 · 0 comments
Open

How can change bg color of dropdown? #392

alexei-28 opened this issue May 22, 2020 · 0 comments

Comments

@alexei-28
Copy link

alexei-28 commented May 22, 2020

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:

Screenshot_1590148032

I need to change bg color (black) of dropdown to white color.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant