miteshpithadiya / SearchableSpinner

Spinner with searchable items.
672 stars 244 forks source link

How to reduce the size of the text appears on the spinner ???? #46

Open PatilAbhi opened 7 years ago

ponnamkarthik commented 7 years ago

You need to modify the library code

Benjf29 commented 6 years ago

Create a custom row in layout res, like that ` <?xml version="1.0" encoding="utf-8"?>

<TextView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" android:padding="5dip" android:textAlignment="center" android:textColor="@color/cardview_dark_background" android:textSize="14sp" />`

and set the adapter like that spinnerArrayAdapter = new ArrayAdapter(getContext(), R.layout.spinner_item, strings);