Circular dependencies cannot exist in RelativeLayo

在RelativeLayout布局里如果出现java.lang.IllegalStateException: Circular dependencies cannot exist in RelativeLayout那么检查在RelativeLayout里的布局中的layout_above、layout_below等中造成循环问题,去掉循环,那么问题就解决了

你可能感兴趣的:(android,RelativeLayout)