Sneaker icon indicating copy to clipboard operation
Sneaker copied to clipboard

InComplete Alert Message

Open VivekThummar52 opened this issue 3 years ago • 4 comments

Hey there, i just started using this repo and it's very useful but in some devices alert message is not showing completely as given below:

kotlindemo snap

Code: (In Activity)

Sneaker
    .with(this)
    .setTitle("Alert!!")
    .setMessage("Internet Connection Not Found")
    .sneakWarning()

is there any solution for this problem??

VivekThummar52 avatar Apr 20 '21 13:04 VivekThummar52

hey any solution for this issue?

KomalBohra avatar May 26 '21 09:05 KomalBohra

can you please look at this lines and try to change top and bottom values to 0(may be) because i solved it but can't remember exactly what solution i have tried..

https://github.com/Hamadakram/Sneaker/blob/master/sneaker/src/main/java/com/irozon/sneaker/SneakerView.kt#L54 https://github.com/Hamadakram/Sneaker/blob/master/sneaker/src/main/java/com/irozon/sneaker/SneakerView.kt#L70

if it will not work then please try setting margin because i think i tried that solution..

VivekThummar52 avatar May 26 '21 09:05 VivekThummar52

hey @KomalBohra, did you tried my solution or not, and if yes then are you able to solve the issue??

VivekThummar avatar Mar 10 '22 17:03 VivekThummar

If anyone is still getting this error or will stuck into, just make given changes in line number 54 and 70(may be it will not work for every case but for this case it's working)...

textLayoutParams.setMargins( 26, 0, 26, 0 ) tvMessage.layoutParams = textLayoutParams

can you please look at this lines and try to change top and bottom values to 0(may be) because i solved it but can't remember exactly what solution i have tried..

https://github.com/Hamadakram/Sneaker/blob/master/sneaker/src/main/java/com/irozon/sneaker/SneakerView.kt#L54 https://github.com/Hamadakram/Sneaker/blob/master/sneaker/src/main/java/com/irozon/sneaker/SneakerView.kt#L70

if it will not work then please try setting margin because i think i tried that solution..

VivekThummar52 avatar Jul 08 '22 16:07 VivekThummar52

Closing issue for now, if anyone will face the same issue even after trying my solution, then fill free to open this again

VivekThummar52 avatar Oct 11 '22 07:10 VivekThummar52