Using color filter when animating the drop target instead to TransitionDrawable

> No more flickering when crossfading between two bitmaps in small duration
> Allows us to control the color directly without depending on the assets

Change-Id: Ie7ed8bb94baf560e9b939cca624ed1bad457732c
This commit is contained in:
Sunny Goyal
2015-05-21 10:28:02 -07:00
parent c393b0765d
commit 3a644ed1ce
24 changed files with 59 additions and 94 deletions

View File

@@ -28,7 +28,7 @@ public class UninstallDropTarget extends ButtonDropTarget {
// Get the hover color
mHoverColor = getResources().getColor(R.color.uninstall_target_hover_tint);
setDrawable(R.drawable.uninstall_target_selector);
setDrawable(R.drawable.ic_launcher_uninstall_normal);
}
@Override