android - How to customize the Spinner (dropdown list) Graphics -
i've been trying , searching around customizing spinner code
menu.add(menu.none, 0, menu.none, null) .setactionview(r.layout.spinner_layout) .setshowasaction(menuitem.show_as_action_always); this the layout xml
<spinner android:id="@+id/spinner1" android:layout_width="68dp" android:layout_height="22dp" android:background="@drawable/souq_logo_en" android:entries="@array/activities_array" android:visibility="visible" /> and of im trying 1- put spanner on left 2- remove selected item text , make wallpaper visible 3- dont want color on list want change 4- want control each item text color
i know lot searched every , nothing clear image of app
, want make looks 
any help?? or suggestions?
Comments
Post a Comment