Closed rama-2402 closed 3 years ago
Hi @rama-2402, Thank you for reporting this issue. Could you please tell me what is the API level of the phone you are testing on? Does it occur on every device? You're welcome:))))
Hi @aminography Thanks so much for responding. Yes! it is having this sharp edges on all the phones i have tested. I have tested it on Android 10, 9 Realme devices, also on API 22 on my android studio emulator. Everything works great except the corner radius.
NP :)
It means that in your app theme, there is something that sets a white background for BottomSheet
s and we should find it. If it's possible to you, please show me the styles of the app which are related to the theme.
Hi @aminography sorry for the delayed response. Here is my themes.xml file
The BottomSheet in sample app provided works fine and has rounded corners but for some reason using the library in the app i'm developing,
Is there any fix for this?
BTW Thank you so much for this library. I love every bit of it and how easy it is to impliment it!!