Add shadow to "Don't suggest app" drop target

Bug: 142753423
Change-Id: I909409f68bd9a4a04d13a8470a0b65823f42eca7
This commit is contained in:
Tony Wickham
2020-03-27 20:11:16 -07:00
parent c7189a6f2d
commit bd9754dfc7
4 changed files with 21 additions and 1 deletions

View File

@@ -108,7 +108,7 @@ public class SecondaryDropTarget extends ButtonDropTarget implements OnAlarmList
updateText(R.string.uninstall_drop_target_label);
} else if (action == DISMISS_PREDICTION) {
mHoverColor = Themes.getColorAccent(getContext());
setDrawable(R.drawable.ic_block);
setDrawable(R.drawable.ic_block_shadow);
updateText(R.string.dismiss_prediction_label);
} else if (action == RECONFIGURE) {
mHoverColor = Themes.getColorAccent(getContext());