[Android] Fix for News card close button margin (#36663)

This commit is contained in:
samartnik
2026-05-22 21:46:53 +01:00
committed by GitHub
parent 1d31267df0
commit fadf1cb4fa
@@ -12,6 +12,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end"
android:layout_marginTop="10dp"
android:layout_marginEnd="10dp"
android:contentDescription="@string/close_text"
android:src="@drawable/ic_close" />