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
implement ColorFilter in GskCanvas
This is needed to make icons follow night mode setting
This commit is contained in:
@@ -92,6 +92,10 @@ public class PorterDuff {
|
||||
ADD(16),
|
||||
OVERLAY(17);
|
||||
|
||||
Mode(int nativeInt) {}
|
||||
public int nativeInt;
|
||||
|
||||
Mode(int nativeInt) {
|
||||
this.nativeInt = nativeInt;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user