Amad Yus
Amad Yus

Reputation: 2866

Notification android show date

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

Upvotes: 2

Views: 946

Answers (1)

Sinh Phan
Sinh Phan

Reputation: 1266

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.

Upvotes: 1

Related Questions