Add bottom margin

This commit is contained in:
Deep
2021-03-12 12:11:24 -05:00
parent b6d20c276a
commit 1023dc7353
@@ -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);
}