摘要:
效果图如下:1.不带有图标的 2.带有图标的主要有两个类:1.Picker2.CustomListViewPicker控件的外部接口:Picker控件的使用方法:public class Main extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); final Picker picker=new Picker(this) 阅读全文