mobiledev Alex
mobiledev Alex

Reputation: 2318

Size of custom view for android notification

I want to change default android notification view. Can I make height of Custom Expanded View more than 3 lines of text?

Upvotes: 1

Views: 4762

Answers (1)

AgentKnopf
AgentKnopf

Reputation: 4335

Check this article on how to make custom notifications using your own layout. If this helps you already: good. If not: The RemoteView also offers options to create custom notifications, so it might help you. Alternatively you could create multiple notifications if the number of lines is really limited (which I am not sure of).

Upvotes: 1

Related Questions