Skip to content

Commit

Permalink
Merge pull request #8236 from brave/add_bottom_margin_NTP_SI_android
Browse files Browse the repository at this point in the history
Add bottom margin
  • Loading branch information
deeppandya authored Mar 12, 2021
2 parents 460d833 + 1023dc7 commit 82a47a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ public static void updateOrientedUI(Context context, ViewGroup view, Point size)
imageCreditLayout.setLayoutParams(imageCreditLayoutParams);

layoutParams.gravity = Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL;
layoutParams.setMargins(0, 0, 0, dpToPx(context, 5));
sponsoredLogo.setLayoutParams(layoutParams);
}

Expand Down

0 comments on commit 82a47a6

Please sign in to comment.