saulmm / From-design-to-Android-part1

First part of 'from design to android' series
http://saulmm.github.io/from-design-to-android-part1
Apache License 2.0
627 stars 131 forks source link

Remove probably useless layout #4

Open saulmm opened 7 years ago

saulmm commented 7 years ago

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>