android - How to customize the NumberPicker -


i found 2 built-in numberpickers:

http://techbooster.org/wp-content/uploads/2011/12/numberpicker_ss_1.png

by default, it's first one, when add android:theme="@android:style/theme.notitlebar" in androidmanifest.xml, becomes second one.

how can put line (i need it) , still first numberpicker?

you setting non holo theme non holo numberpicker.

see reference, same thing asked

remove titlebar in xml


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -