From df1725ef455f02c562d93261958adf00d8ab5d51 Mon Sep 17 00:00:00 2001 From: Noah Bond Date: Thu, 15 Sep 2022 10:18:40 -0700 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/26854 - Fix bug causing the Top Sites sponsored text to show scrollbars --- app/src/main/res/layout/top_site_item.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/top_site_item.xml b/app/src/main/res/layout/top_site_item.xml index 73ee15372f..73b58699e4 100644 --- a/app/src/main/res/layout/top_site_item.xml +++ b/app/src/main/res/layout/top_site_item.xml @@ -64,6 +64,7 @@ android:textColor="@color/fx_mobile_text_color_secondary" android:textSize="11sp" android:visibility="gone" + android:scrollbars="none" tools:ignore="RtlCompat,SmallSp" tools:visibility="visible"/>