diff --git a/res/layout/suggestion_tile.xml b/res/layout/suggestion_tile.xml
index 0465b1976b5..e4c1b77f32b 100644
--- a/res/layout/suggestion_tile.xml
+++ b/res/layout/suggestion_tile.xml
@@ -47,16 +47,23 @@
android:layout_marginTop="16dp"
android:layout_marginBottom="6dp" />
-
+ android:paddingTop="8dp"
+ android:paddingEnd="8dp"
+ android:orientation="horizontal"
+ android:contentDescription="@string/dlg_close">
+
+
diff --git a/res/layout/suggestion_tile_two_cards.xml b/res/layout/suggestion_tile_two_cards.xml
index c06fb7aabf3..15c5004e5f9 100644
--- a/res/layout/suggestion_tile_two_cards.xml
+++ b/res/layout/suggestion_tile_two_cards.xml
@@ -44,16 +44,23 @@
android:layout_marginTop="16dp"
android:layout_marginBottom="8dp" />
-
+ android:gravity="end|top"
+ android:paddingTop="8dp"
+ android:paddingEnd="8dp"
+ android:orientation="horizontal"
+ android:contentDescription="@string/dlg_close">
+
+
diff --git a/res/layout/suggestion_tile_with_button.xml b/res/layout/suggestion_tile_with_button.xml
index 7cb834a8a46..a901a48491a 100644
--- a/res/layout/suggestion_tile_with_button.xml
+++ b/res/layout/suggestion_tile_with_button.xml
@@ -46,16 +46,22 @@
android:layout_marginTop="16dp"
android:layout_marginBottom="6dp" />
-
+ android:paddingTop="8dp"
+ android:paddingEnd="8dp"
+ android:orientation="horizontal"
+ android:contentDescription="@string/dlg_close">
+
+
diff --git a/src/com/android/settings/dashboard/suggestions/SuggestionAdapter.java b/src/com/android/settings/dashboard/suggestions/SuggestionAdapter.java
index 13fcb1bd15c..9c82eed71f8 100644
--- a/src/com/android/settings/dashboard/suggestions/SuggestionAdapter.java
+++ b/src/com/android/settings/dashboard/suggestions/SuggestionAdapter.java
@@ -140,7 +140,7 @@ public class SuggestionAdapter extends RecyclerView.Adapter
mConfig.setCardLayout(holder, position);
}
- final ImageView closeButton = holder.itemView.findViewById(R.id.close_button);
+ final View closeButton = holder.itemView.findViewById(R.id.close_button);
if (closeButton != null) {
closeButton.setOnClickListener(v -> {
mSuggestionFeatureProvider.dismissSuggestion(