dennischen / daily-money

a daily expense tracking android app
64 stars 53 forks source link

Create a Customize DatepickerDialog to Display Date in the Title #9

Open LancelotLiu opened 12 years ago

LancelotLiu commented 12 years ago

Because the native class DatePickerDialog in Android 4.0 shows "Set Date" in title rather than date information as before, create a new customize DatePickerDialog to display date in the title.

因為 Android 4.0 原生的 DatePickerDialog 只會在標題顯示「設定日期」,而不會顯示日期資訊,所以增加一個自訂的 DatePickerDialog 在標題顯示日期資訊。

Native DatePickerDialog before 4.0 01

Native DatePickerDialog after 4.0 02

Customize DatePickerDialog (both before and after 4.0) 03

ghost commented 12 years ago

Doesn't this imply that we expect the user to not being able to remember the actual date? I mean the standard date shown is the current date.