custom_dropdown_icon.xml 186 B

1234
  1. <!-- res/drawable/custom_dropdown_icon.xml -->
  2. <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item android:drawable="@drawable/ic_dropdown" />
  4. </layer-list>