File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments