We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, there is issue in description text of toast. It shows only text in 2 lines and longer text not showing completely.
I noticed that you have set android:maxLines="2" to android:id="@+id/custom_toast_description" TextView in motion_toast.xml file.
android:maxLines="2"
android:id="@+id/custom_toast_description"
Can you please make height of TextView open or increase maxLines.
Thanks
The text was updated successfully, but these errors were encountered:
Yeah ,same issue for me. It's important and neccessary. I am suprised that they didn't solve or think about it while developing
Sorry, something went wrong.
No branches or pull requests
Hi, there is issue in description text of toast. It shows only text in 2 lines and longer text not showing completely.
I noticed that you have set
android:maxLines="2"
toandroid:id="@+id/custom_toast_description"
TextView in motion_toast.xml file.Can you please make height of TextView open or increase maxLines.
Thanks
The text was updated successfully, but these errors were encountered: