Revert "Disabling som attributes so that dependencies can use compat libraries"

This reverts commit e1bd986d77.

Change-Id: I27490d0cb241b2e58ce45998f7f9e9bc8d84993c
This commit is contained in:
Sunny Goyal
2016-02-24 00:27:08 +00:00
parent e1bd986d77
commit 59871ef875
3 changed files with 4 additions and 8 deletions
@@ -60,7 +60,7 @@ class PreloadIconDrawable extends Drawable {
public void applyPreloaderTheme(Theme t) {
TypedArray ta = t.obtainStyledAttributes(R.styleable.PreloadIconDrawable);
mBgDrawable = ta.getDrawable(R.styleable.PreloadIconDrawable_ringBackground);
mBgDrawable = ta.getDrawable(R.styleable.PreloadIconDrawable_background);
mBgDrawable.setFilterBitmap(true);
mPaint.setStrokeWidth(ta.getDimension(R.styleable.PreloadIconDrawable_indicatorSize, 0));
mRingOutset = ta.getDimensionPixelSize(R.styleable.PreloadIconDrawable_ringOutset, 0);