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
api-impl: add misc stubs/impls
This commit is contained in:
@@ -53,4 +53,13 @@ public class VectorDrawable extends Drawable {
|
||||
this.paintable = bm.getTexture();
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getIntrinsicWidth() {
|
||||
return 24; // FIXME
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getIntrinsicHeight() {
|
||||
return 24; // FIXME
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user