springlayout icon indicating copy to clipboard operation
springlayout copied to clipboard

RelativeLayout on steroids.

Results 2 springlayout issues
Sort by recently updated
recently updated
newest added

I weighted two views ( 50% - 50% ) to each other. I would add a padding between with marginLeft and marginRight, but the margin is omitted! It is works...

I get this exception from IntelliJ editor. The most weird thing is, there is no StringBuilder.append in cacheLayoutPositions()! java.lang.UnsupportedOperationException at android.content.res.BridgeResources.getResourceTypeName(BridgeResources.java:485) at android.view.View.toString(View.java:4295) at java.lang.String.valueOf(String.java:2981) at java.lang.StringBuilder.append(StringBuilder.java:131) at org.coderoller.springlayout.SpringLayout.cacheLayoutPositions(SpringLayout.java:595) at...