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
No description provided.
The text was updated successfully, but these errors were encountered:
hi, if you find the solution . please update.
Sorry, something went wrong.
You can create new layout. For example, I named it item_spinner
<?xml version="1.0" encoding="utf-8"?> <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/text1" style="?android:attr/spinnerItemStyle" android:singleLine="true" android:layout_width="match_parent" android:textColor="@color/colorAccent" android:layout_height="wrap_content" android:ellipsize="marquee" android:textAlignment="inherit"/>
Refrence the layout that you made to adapter
val adapter = ArrayAdapter(applicationContext, R.layout.item_spinner, items) adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item)
@RahathNavith @amol-bhagwat
Hi you can try to check this library: https://github.com/Chivorns/SmartMaterialSpinner. Hope it can help what you need
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: