From-design-to-Android-part1 icon indicating copy to clipboard operation
From-design-to-Android-part1 copied to clipboard

Remove probably useless layout

Open saulmm opened this issue 7 years ago • 0 comments

In the example, the order form has a <FrameLayout> wrapping a <ConstraintLayout>. Without the <FrameLayout> the height of the BottomSheetDialogFragment is not respected, and the scene transition from the order form to the confirmation layout doesn't work

https://github.com/saulmm/From-design-to-Android-part1/blob/master/app/src/main/res/layout/fragment_order_form.xml

This should be done without the need of that <FrameLayout>

saulmm avatar Apr 09 '17 23:04 saulmm