Merge pull request #8236 from brave/add_bottom_margin_NTP_SI_android

Add bottom margin
This commit is contained in:
Deep Pandya
2021-03-12 17:54:26 -05:00
committed by GitHub
@@ -120,6 +120,7 @@ public class NTPUtil {
imageCreditLayout.setLayoutParams(imageCreditLayoutParams);
layoutParams.gravity = Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL;
layoutParams.setMargins(0, 0, 0, dpToPx(context, 5));
sponsoredLogo.setLayoutParams(layoutParams);
}