When I implemented AlphaDialog in my app, I had an error exporting to apk/aab. the same thing also happens when I publish my application to the Google play console, and I get a notification like the note below:
error
Zip Path Traversal
Your app contains an insecure unzip pattern, which may lead to a Path Traversal vulnerability. Please read this Google Help Center article to learn how to fix it.
I am using this extension for about 2 months, and now I found a problem. Not sure if it is a bug or if it was intented to work like this (I think not because one of the images sent as example don’t have this problem). Anyway, I am using one arrangement with a label, a space and a button.
No matter what width I set in the arrangement design, the dialog always appears with this margin of about 20% in the left and right side of the dialog. I would like to set the arrangement to a personalized width, like fill parent, 90%, 94% (the same width as the arrangement that is being showed).
But even if the layout is fill parent he dialog will have these margins like this:
It doesn’t work either.
Actually, if I put the card view inside a vertical arrangement and set layout to vertical arrangement the content isn’t even showed correctly
In the design like this:
And the blocks like this:
.
The content of the card view is not even showed in screen.
If I set the cardview as the layout like this:
then it works but with the ±20% margin (the same as the screenshot of my last post).
Sorry, I don’t understand… but…
I think I use a 100% H and W Vertical Arrangement, and inside it, a CardView , HA ,VA, Labels and Buttons… And the other property, did you test it?
Could you send me the apk so I can test here? May be the problem is in my phone.
I can’t send my apk here because I won’t have access to internet in my computer today anymore
Just to bring a feedback, so others don’t worry: I couldn’t yet understand why it was not working, but after some tests and specially thanks to Rogerio Rios I could be sure that the extension is working just fine. The problem was with my settings / blocks.
Hi.
I have made a full screen map app, so I deactivated navigation bar on screen properties; but when showing alpha dialog it brings to the screen the navigation bar. Is there a way to prevent navigation bar to show up?