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
LayoutInflator: support <include/> tags
This commit is contained in:
@@ -494,6 +494,9 @@ public final class AssetManager {
|
||||
return rp;*/
|
||||
|
||||
InputStream inStream = ClassLoader.getSystemClassLoader().getResourceAsStream(fileName);
|
||||
if (inStream == null) {
|
||||
return null;
|
||||
}
|
||||
ResXmlDocument resXmlDocument = new ResXmlDocument();
|
||||
resXmlDocument.readBytes(inStream);
|
||||
ResXmlPullParser xpp = new ResXmlPullParser();
|
||||
|
||||
Reference in New Issue
Block a user