You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
Paint: implement setAntiAlias, handle ANTI_ALIAS_FLAG
This commit is contained in:
@@ -15,7 +15,7 @@ import android.content.res.TypedArray;
|
||||
import android.util.AttributeSet;
|
||||
|
||||
public class VectorDrawable extends Drawable {
|
||||
|
||||
|
||||
public VectorDrawable() {
|
||||
super();
|
||||
}
|
||||
@@ -52,5 +52,5 @@ public class VectorDrawable extends Drawable {
|
||||
Bitmap bm = BitmapFactory.decodeByteArray(bytes, 0, bytes.length);
|
||||
this.paintable = BitmapDrawable.native_paintable_from_pixbuf(bm.pixbuf);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user