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 my app , want make looks the way im looking make it

any help?? or suggestions?


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -