2

On the right side of notification android is showing time. It is possible to show both, date and time as I didn't found any notification api to set the date. Or it is android behaviour to show only time?

enter image description here

Subhanshuja
  • 390
  • 1
  • 3
  • 20
Amad Yus
  • 2,856
  • 1
  • 24
  • 32
  • not sure may be it helps you http://stackoverflow.com/questions/5757997/hide-time-in-android-notification-without-using-custom-layout?lq=1 – saeed Mar 11 '16 at 03:42

1 Answers1

1

You can try use RemoteViews for customize a notification layout. With RemoteViews you can easily control interface and action with notification. Refer more than here: https://developer.android.com/reference/android/widget/RemoteViews.html.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Sinh Phan
  • 1,180
  • 3
  • 16
  • 36