[ads] Fix no gap between NTT CTA button and Brave News feed on Android (#36940)

The PR adds 10dp margin to the NTT CTA button on Android
creating the required gap between the NTT CTA button and the
Brave News feed.

Resolves https://github.com/brave/brave-browser/issues/37465
This commit is contained in:
Aleksei Seren
2026-06-04 21:20:32 +02:00
committed by GitHub
parent 68c23eab13
commit 93614c2607
@@ -33,6 +33,7 @@
android:id="@+id/sponsored_logo"
android:layout_width="170dp"
android:layout_height="170dp"
android:layout_margin="10dp"
android:contentDescription="@null"
android:layout_gravity="center_horizontal"
android:visibility="gone"/>