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 stuff needed by Teeter
note that Teeter still needs more stuff before it will work
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package android.graphics.drawable;
|
||||
|
||||
public class AnimationDrawable {
|
||||
public void addFrame(Drawable drawable, int dummy) {}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
package android.graphics.drawable;
|
||||
|
||||
import android.content.res.Resources;
|
||||
import android.graphics.Bitmap;
|
||||
|
||||
public class BitmapDrawable extends Drawable {
|
||||
public BitmapDrawable(Resources res, Bitmap bitmap) {}
|
||||
}
|
||||
5
src/api-impl/android/graphics/drawable/Drawable.java
Normal file
5
src/api-impl/android/graphics/drawable/Drawable.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package android.graphics.drawable;
|
||||
|
||||
public class Drawable {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user