Skip to content

Commit

Permalink
Add bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
deeppandya committed Mar 12, 2021
1 parent b6d20c2 commit 1023dc7
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 1023dc7

Please sign in to comment.