0

enter image description here

I have a clasic share button on android with material design. I test it on Samsung S2 and it's ok, but on S4 it's zoomed like that.

I searched on net, but I didn't manage to find something.

Any idea ?

ghita
  • 2,746
  • 7
  • 30
  • 54

1 Answers1

0

I added this to my manifest and it solved my problem.

    <supports-screens 
    android:anyDensity="true"/>
ghita
  • 2,746
  • 7
  • 30
  • 54