Designing CardView while it's Parent is ConstraintLayout?
问题 I messed up while editing RelativeLayout inside Cardview that contains Relativelayout ! ConstraintLayout will change wrap_content of relative layout to 0 and adds tools:layout_editor_absoluteX="10dp" all textview inside Relative layout will collapse top right of the cardview !!! (element in the nested CardView gets aligned to the element outside of the CardView) <android.support.v7.widget.CardView android:id="@+id/card_view" android:layout_gravity="center" android:layout_width="357dp" android