Advertisement
Guest User

Untitled

a guest
May 1st, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. // make custom spinner (use icon image)
  2. <TextView
  3. android:id="@+id/spinner_first"
  4. android:layout_width="0dp"
  5. android:layout_height="36dp"
  6. android:layout_weight="1"
  7. style="?android:attr/spinnerItemStyle"
  8. android:background="@drawable/spinner_back"
  9. android:drawableRight="@drawable/icon_search_more"
  10. android:drawableEnd="@drawable/icon_search_more"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement