Open PatilAbhi opened 7 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
You need to modify the library code