Revert "Disabling som attributes so that dependencies can use compat libraries"
This reverts commit e1bd986d77.
Change-Id: I27490d0cb241b2e58ce45998f7f9e9bc8d84993c
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user