summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/DateTimeView.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 2389454 - DateTimeView can NPE if "date_format" isn't set in Settings.Joe Onorato2010-02-011-1/+1
|
* Add DateTimeView, a widget that shows a time or the date depending on theJoe Onorato2010-01-191-0/+258
current time. Use that for notifications instead of a TextView that doesn't ever update. BUG 1563917