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

Request: support Android 11 (R - API 31) #3

Open
AndroidDeveloperLB opened this issue Nov 28, 2020 · 2 comments
Open

Request: support Android 11 (R - API 31) #3

AndroidDeveloperLB opened this issue Nov 28, 2020 · 2 comments

Comments

@AndroidDeveloperLB
Copy link

Sadly on Android R, you can't set a custom View for a Toast (when targeting API 31) :

https://developer.android.com/reference/android/widget/Toast#setView(android.view.View)
https://developer.android.com/reference/android/widget/Toast#getView()

Please offer something that mimics the standard Toast's look&feel, so that at least we could have it shown within the app, as a normal View.
Maybe something similar to what we have when we long press the action items on the toolbar:

dfu6CwFaPM.zip

Custom Toasts are useful anyway usually only when the user is inside the app...

@fullpagedeveloper
Copy link
Owner

I'm sorry I was slow to respond to your issue, I will fix it soon, once again I thank you.

@AndroidDeveloperLB
Copy link
Author

I suggest to have something that mimics it, with the option to set which View we want to show, and also with the option to be positioned in an exact position.

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

No branches or pull requests

2 participants