Skip to content

Commit

Permalink
ETPAND-9757: There's no space between the "?" and the timeline for th…
Browse files Browse the repository at this point in the history
…e CSAI ads on tablet(#65)
  • Loading branch information
armands-malejevs committed May 26, 2023
1 parent a09b185 commit b816051
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -96,6 +96,7 @@ public ExoPlayerView(Context context, AttributeSet attrs, int defStyleAttr) {
LayoutParams.MATCH_PARENT);
adOverlayFrameLayout = new FrameLayout(getContext());
adOverlayFrameLayout.setLayoutParams(adOverlayLayoutParams);
adOverlayFrameLayout.setPadding(0, 10, 0, 10);

addViewInLayout(layout, 0, aspectRatioParams);
addViewInLayout(adOverlayFrameLayout, 1, adOverlayLayoutParams);
Expand Down

0 comments on commit b816051

Please sign in to comment.