I am following all the instruction from https://developers.google.com/glass/develop/gdk/card-design#alert
but the icon displaying in alert dialog is stretched and clipped as shown below:
Please guide how to correct this issue.
Thank you.
I am following all the instruction from https://developers.google.com/glass/develop/gdk/card-design#alert
but the icon displaying in alert dialog is stretched and clipped as shown below:
Please guide how to correct this issue.
Thank you.
Make sure that your icon is in the
drawable-hdpi
folder of yourres
directory and not in the plaindrawable
folder or the folder for a different pixel density.