Skip to content

Commit 5a8e475

Browse files
authored
Decrease height of media view on android (#801)
1 parent 43f8280 commit 5a8e475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google_mobile_ads/android/src/main/res/layout/gnt_medium_template_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
android:id="@+id/media_view"
2525
android:layout_margin="@dimen/gnt_no_size"
2626
android:layout_width="match_parent"
27-
android:layout_height="200dp"
27+
android:layout_height="190dp"
2828
android:layout_marginTop="@dimen/gnt_no_margin"
2929
app:layout_constraintEnd_toEndOf="parent"
3030
app:layout_constraintStart_toStartOf="parent"

0 commit comments

Comments
 (0)