jaredrummler / MaterialSpinner

A spinner view for Android
Apache License 2.0
1.32k stars 217 forks source link

arrow not show #136

Closed CharlesWWT closed 4 years ago

CharlesWWT commented 4 years ago

I use vivoX6PlusL which version android 5.1,sometimes arrow not show,but same code i run motozplay which version android 8.0,it is show. And AndroidStudio Preview also show the arrow,its normal here is my xml code if you need the whole code i can send to your email<LinearLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="80dp"> <org.angmarch.views.NiceSpinner android:id="@+id/nice_spinner" android:layout_width="match_parent" android:layout_height="45dp" app:arrowTint="@android:color/black" app:textTint="@android:color/darker_gray"/> <TextView android:paddingLeft="20dp" android:background="#f0f0f0" android:gravity="center_vertical" android:layout_width="match_parent" android:layout_height="35dp" /> </LinearLayout>

CharlesWWT commented 4 years ago

sorry I Sent the wrong message ,the issue its not for this lib