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
use AndroidLayout class also in View implementation
drop the onMeasure hack from WrapperWidget
This commit is contained in:
committed by
Julian Winkler
parent
3c03223085
commit
0a8b8a3874
@@ -88,6 +88,7 @@ public class Context extends Object {
|
||||
InputStream inStream = ClassLoader.getSystemClassLoader().getResourceAsStream("AndroidManifest.xml");
|
||||
try {
|
||||
manifest = AndroidManifestBlock.load(inStream);
|
||||
application_info.targetSdkVersion = manifest.getTargetSdkVersion();
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user