Skip to content

Commit 51451da

Browse files
style: pad support screen ads
1 parent 61f1de7 commit 51451da

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/src/main/res/layout/activity_support.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,19 @@
126126
android:id="@+id/support_native_ad"
127127
android:layout_width="match_parent"
128128
android:layout_height="wrap_content"
129+
android:layout_marginStart="24dp"
129130
android:layout_marginTop="16dp"
131+
android:layout_marginEnd="24dp"
130132
app:nativeAdLayout="@layout/ad_support" />
131133

132134
<com.google.android.gms.ads.AdView
133135
android:id="@+id/banner_ad_view"
134136
android:layout_width="match_parent"
135137
android:layout_height="wrap_content"
138+
android:layout_marginStart="24dp"
136139
android:layout_marginTop="16dp"
137-
android:layout_marginBottom="16dp"
140+
android:layout_marginEnd="24dp"
141+
android:layout_marginBottom="24dp"
138142
ads:adSize="FULL_BANNER"
139143
ads:adUnitId="@string/ad_banner_unit_id" />
140144
</androidx.appcompat.widget.LinearLayoutCompat>

0 commit comments

Comments
 (0)