Disabling alpha layer on some views

Change-Id: Ide1d5951ea80080f8fea8f32a76487b646b4f958
(cherry picked from commit 2020b20cd9)
This commit is contained in:
Sunny Goyal
2018-04-17 10:45:24 -07:00
parent 71142fa4ac
commit de967a2355
7 changed files with 26 additions and 6 deletions

View File

@@ -174,10 +174,6 @@ public class FastBitmapDrawable extends Drawable {
return getBounds().height();
}
public Bitmap getBitmap() {
return mBitmap;
}
@Override
public boolean isStateful() {
return true;