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
AndroidLayout: implement get_request_mode
Also add stubs in Matrix and Paint class
This commit is contained in:
@@ -163,6 +163,8 @@ public class Paint {
|
||||
|
||||
public Xfermode setXfermode(Xfermode xfermode) { return xfermode; }
|
||||
|
||||
public void setLetterSpacing(float spacing) {}
|
||||
|
||||
public enum Cap {
|
||||
/**
|
||||
* The stroke ends with the path, and does not project beyond it.
|
||||
|
||||
Reference in New Issue
Block a user