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: misc additions for Oeffi
This commit is contained in:
@@ -5,7 +5,7 @@ import android.content.Context;
|
||||
public class AnimatorInflater {
|
||||
|
||||
public static Animator loadAnimator(Context context, int resId) {
|
||||
return new ObjectAnimator();
|
||||
return new AnimatorSet();
|
||||
}
|
||||
|
||||
public static StateListAnimator loadStateListAnimator(Context context, int resId) {
|
||||
|
||||
@@ -2,4 +2,7 @@ package android.animation;
|
||||
|
||||
public class LayoutTransition {
|
||||
|
||||
public void enableTransitionType(int transitionType) {}
|
||||
|
||||
public void setStartDelay(int transitionType, long startDelay) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user