This commit is contained in:
ocean 2024-06-27 17:18:58 +08:00
parent 2d2e5b8940
commit 4785b50894

View File

@ -7,7 +7,7 @@
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="122dp" android:layout_height="wrap_content"
android:background="@drawable/drw_admob_bg" android:background="@drawable/drw_admob_bg"
android:gravity="center_horizontal" android:gravity="center_horizontal"
android:orientation="horizontal"> android:orientation="horizontal">
@ -23,8 +23,8 @@
<com.google.android.gms.ads.nativead.MediaView <com.google.android.gms.ads.nativead.MediaView
android:id="@+id/mv_event_con" android:id="@+id/mv_event_con"
android:layout_width="122dp" android:layout_width="120dp"
android:layout_height="match_parent" /> android:layout_height="120dp" />
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>