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 stubs and trivial impls
This commit is contained in:
@@ -42,6 +42,14 @@ public class ViewPropertyAnimator {
|
||||
return this;
|
||||
}
|
||||
|
||||
public ViewPropertyAnimator x(float rotation) {
|
||||
return this;
|
||||
}
|
||||
|
||||
public ViewPropertyAnimator y(float rotation) {
|
||||
return this;
|
||||
}
|
||||
|
||||
public ViewPropertyAnimator rotation(float rotation) {
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user