diff --git a/res/layout/suggestion_tile.xml b/res/layout/suggestion_tile.xml index e2dd13af18d..2adfab36893 100644 --- a/res/layout/suggestion_tile.xml +++ b/res/layout/suggestion_tile.xml @@ -33,26 +33,27 @@ android:layout_width="@dimen/dashboard_tile_image_size" android:layout_height="@dimen/dashboard_tile_image_size" android:layout_marginStart="14dp" - android:layout_marginEnd="24dp"/> + android:layout_marginEnd="24dp" /> - + android:fadingEdge="horizontal" /> - + android:layout_height="wrap_content" /> diff --git a/res/layout/suggestion_tile_with_button.xml b/res/layout/suggestion_tile_with_button.xml new file mode 100644 index 00000000000..0439770373a --- /dev/null +++ b/res/layout/suggestion_tile_with_button.xml @@ -0,0 +1,72 @@ + + + + + + + + + + + + + +