DatePicker
ダイアログのデフォルトの色を変更する方法はありますTimePicker
か?
これは私が試したコードです
<DatePicker
style="@style/date_picker"
android:background="#6495ED"
android:id="@+id/DatePicker"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:layout_marginLeft="5dip"
android:layout_marginRight="5dip" />
<TimePicker
android:id="@+id/TimePicker"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:layout_marginLeft="5dip"
android:layout_marginRight="5dip" />
背景色のみを変更する2行の下で、日付と時刻の両方のピッカーのデフォルトのシルバーカラーを変更したいと思います。
助けてください。
style="@style/date_picker"
android:background="#6495ED"