Fix RelativeLayout checking of resource ids greater than 0x80
For splits with package id 0x80 and higher, the resource ids are negative. RelativeLayout builds a dependency graph to indicate in which order the layout height and width need to be processed. Since the ids are less than 0, RelativeLayout is incorrectly assuming the layouts are not order dependent. Bug: 72869300 Test: manual Change-Id: I98f58f11733c2976fc5c1b4152949cf80660f657
Loading
Please register or sign in to comment