Skip to content

Commit

Permalink
Fix googleads#880: Remove native ad border
Browse files Browse the repository at this point in the history
  • Loading branch information
bcyran committed Oct 11, 2023
1 parent 0a05d49 commit 1fc28c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
android:layout_height="350dp"
android:layout_width="match_parent"
android:id="@+id/native_ad_view"
android:background="@drawable/gnt_outline_shape"
android:background="@android:color/transparent"
>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_centerInParent="true"
android:background="@drawable/gnt_outline_shape"
android:background="@android:color/transparent"
>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="@dimen/gnt_no_size"
Expand Down

0 comments on commit 1fc28c4

Please sign in to comment.