Am implementing admob native content ad in my android app. Is it allowed to Center crop admob native ad image?
Here is some documentations i found. https://support.google.com/admob/answer/6240809
https://support.google.com/admob/answer/6329638
which says
Image elements
- Publishers are allowed to scale the image down without modifying the aspect ratio.
- Publishers are allowed to crop the image symmetrically by up to 20% in only one dimension (height or width).
Can i use
android:scaleType="centerCrop"