I have EditText
and I want it to be shown in the same theme of Spinner , with background and arrow because I have made this EditText
Clickable and it is open a custom popup
Use the following style in your EditText
:
style="?android:attr/spinnerStyle"
For example:
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="?android:attr/spinnerStyle" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With