我在软或谷歌上找不到任何东西!所以我需要你的帮助!我喜欢点击我的(空的)微调器,所以我会显示一个日期或时间选择器对话框。我找不到任何处理方法。这些是我现在的片段。:
只是我的两个对象:
DatePickerDialog dDialog = new DatePickerDialog(this, (OnDateSetListener) this, 2012, 3, 3);
Spinner dSpinner = (Spinner) findViewById(R.id.spinner1);
xml:
<Spinner
android:id="@+id/spinner1"
android:spinnerMode="dialog"
android:prompt="@string/hint_date"
android:layout_marginTop="40dp"
android:layout_width="match_parent"
android:layout_height="wrap_content">
也许你知道如何处理它。我想通过 onClick 选择一个日期,调用选择器(微调器有什么不可能的?!)我也尝试了 onclicklisteners。