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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user