Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigTextStyle #118

Open
isaac99kr opened this issue Nov 9, 2018 · 3 comments
Open

BigTextStyle #118

isaac99kr opened this issue Nov 9, 2018 · 3 comments

Comments

@isaac99kr
Copy link

First of all, thank you so much for developers.
I love this plugin.

I found a little thing, please confirm my recommendation.
When I use this with long text, message is ended with ... and cannot read the whole text.
I added a line

.setStyle(new NotificationCompat.BigTextStyle().bigText(message));

where set NotificationCompat.Builder.

I refered
https://developer.android.com/reference/android/app/Notification.BigTextStyle

Thanks!

@isaac99kr
Copy link
Author

this part is the solution what i did.

I added a line

.setStyle(new NotificationCompat.BigTextStyle().bigText(message));

where set NotificationCompat.Builder.

and i rebuild a Jar file.

Thanks!

@Agasper Agasper assigned Agasper and unassigned Agasper Feb 13, 2019
@nimdanet
Copy link

notification.jar.zip

If anyone wants a modified .jar with big text (@isaac99kr solution) I'm attaching it.

@nimdanet
Copy link

And thanks for the solution @isaac99kr you saved me some problems :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants