mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-29 04:37:58 +03:00
remove View.haveComplexMeasure as it is redundant with haveCustomMeasure
Makes haveCustomMeasure true by default. And disable it for widgets which previously set haveComplexMeasure
This commit is contained in:
parent
c0bc875c11
commit
f852c2bbc9
9 changed files with 13 additions and 17 deletions
|
@ -60,7 +60,7 @@ public class TextView extends View {
|
|||
}
|
||||
} catch(java.lang.Exception e) { System.out.println("exception while inflating TextView:"); e.printStackTrace(); }
|
||||
a.recycle();
|
||||
haveComplexMeasure = true;
|
||||
haveCustomMeasure = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue