Disabling som attributes so that dependencies can use compat libraries

am: e1bd986d77

* commit 'e1bd986d77afc9426e320b7cce53993086f9d8ba':
  Disabling som attributes so that dependencies can use compat libraries
This commit is contained in:
Sunny Goyal
2016-02-23 19:02:41 +00:00
committed by android-build-merger
4 changed files with 11 additions and 4 deletions
@@ -60,7 +60,7 @@ public class PreloadIconDrawable extends Drawable {
public void applyPreloaderTheme(Theme t) {
TypedArray ta = t.obtainStyledAttributes(R.styleable.PreloadIconDrawable);
mBgDrawable = ta.getDrawable(R.styleable.PreloadIconDrawable_background);
mBgDrawable = ta.getDrawable(R.styleable.PreloadIconDrawable_ringBackground);
mBgDrawable.setFilterBitmap(true);
mPaint.setStrokeWidth(ta.getDimension(R.styleable.PreloadIconDrawable_indicatorSize, 0));
mRingOutset = ta.getDimensionPixelSize(R.styleable.PreloadIconDrawable_ringOutset, 0);