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
Drawable.createFromXml(): implement InsetDrawable inflation
This commit is contained in:
@@ -272,6 +272,11 @@ public class Drawable {
|
||||
drawable.inflate(resources, parser, attrs, theme);
|
||||
return drawable;
|
||||
}
|
||||
case "inset": {
|
||||
InsetDrawable drawable = new InsetDrawable();
|
||||
drawable.inflate(resources, parser, attrs, theme);
|
||||
return drawable;
|
||||
}
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user