Fixed
Status Update
Comments
ni...@google.com <ni...@google.com>
di...@google.com <di...@google.com> #2
Use an alternative home launcher.
[Deleted User] <[Deleted User]> #3
Using the stock 2.3 launcher this happens..there is also times when the screen will not scroll and only will scroll once the phone is rebooted..
di...@google.com <di...@google.com> #4
Got my Nexus S today from the Carphonewarhouse. Phone updated to 2.3.1 and after having it plugged in I added two email accounts. When I returned to the home screen via the 'home' button I have the same issue as the OP. A reboot was the only way to resolve this.
di...@google.com <di...@google.com> #5
I am also having this issue but it did not happen until I deleted an app that was on the home screen.
Description
Hello,
I recently got started in a huge project and noticed all layouts using ConstraintLayout were not rendering on the Layout Editor. After further investigation I managed to isolate the problem to a styleable with 145 reference attributes and noticed that when the number of attributes on any styleable is larger than 127 the ConstraintLayout rendering breaks.
I uploaded a sample project to demonstrate the issue:
Steps to reproduce:
1. Uncomment the last attributes in attrs.xml (the total number of attrs will be 129).
2. Compile the project and open activity_main.xml. Notice the layout editor crashes with an exception
3. Comment the last 2 attributes again in attrs.xml (the total number of attrs should be 127 or less)
4. Compile the project, open activity_main.xml. Notice that, now, the layout is rendered as expected.