Skip to content

Commit

Permalink
Rectangle Native for Admob
Browse files Browse the repository at this point in the history
  • Loading branch information
rysasahrial-99 committed Apr 9, 2022
1 parent ee6d7c0 commit a34c925
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<LinearLayout
android:layout_width="match_parent"
android:layout_height="200dp"
android:layout_height="match_parent"
android:orientation="vertical">

<ImageView
Expand All @@ -41,10 +41,12 @@

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:layout_marginLeft="5dp"
android:layout_marginTop="5dp"
android:layout_marginRight="5dp">
android:layout_marginRight="5dp"
android:layout_weight="1"
android:gravity="center">

<LinearLayout
android:layout_width="match_parent"
Expand Down

0 comments on commit a34c925

Please sign in to comment.