I've noticed that Weather Timeline (for instance) displays notifications with two lines in both peek and ambient. I would like to replicate this for my requirements, but I'm not able to do so. I've tried InboxStyle and BigTextStyle to no avail. The icon position is also different, making it possible to display more of the title.
Is this possible somehow, or is it because Weather Timeline is a "wear app"?
NotificationCompat.Builder notificationBuilder =
new NotificationCompat.Builder(this)
.setSmallIcon(R.drawable.ic_launcher)
.setContentTitle("TestTitle")
.setContentText("TestContextTextLoremIpsum");