Skip to content
New issue

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

Arrows do not rotate after spinner_arrow_drawable is set #173

Open
chenqinggang001 opened this issue Jul 31, 2024 · 0 comments
Open

Arrows do not rotate after spinner_arrow_drawable is set #173

chenqinggang001 opened this issue Jul 31, 2024 · 0 comments

Comments

@chenqinggang001
Copy link

Please complete the following information:

  • Library Version 1.2.7
  • Affected Device(s) [all]
<com.skydoves.powerspinner.PowerSpinnerView
                        android:id="@+id/device_type_spinner"
                        android:layout_width="match_parent"
                        android:layout_height="37dp"
                        android:layout_marginTop="10dp"
                        android:background="@drawable/spinner_background"
                        android:gravity="start|center"
                        android:paddingHorizontal="15dp"
                        app:spinner_arrow_gravity="end"
                        app:spinner_arrow_padding="8dp"
                        app:spinner_popup_max_height="250dp"
                        app:spinner_divider_show="true"
                        app:spinner_divider_size="0.4dp"
                        app:spinner_item_height="46dp"
                        app:spinner_divider_color="@color/text_off"
                        app:spinner_arrow_drawable="@drawable/ic_spinner_end"
                        app:spinner_arrow_animate="true"
                        app:spinner_popup_animation="dropdown"
                        app:spinner_popup_background="@drawable/spinner_background"
                        app:spinner_popup_elevation="14dp" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant