File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2121 android : layout_width =" match_parent"
2222 android : layout_height =" wrap_content" />
2323
24- <LinearLayout xmlns : android = " http://schemas.android.com/apk/res/android "
24+ <LinearLayout
2525 android : layout_width =" match_parent"
2626 android : layout_height =" match_parent"
27+ android : layout_below =" @id/toolbar"
2728 android : gravity =" center_vertical"
2829 android : orientation =" horizontal" >
2930
3738 android : id =" @+id/container"
3839 android : layout_width =" match_parent"
3940 android : layout_height =" match_parent" />
40- </LinearLayout >
41+ </LinearLayout >
4142 <android .support.design.widget.FloatingActionButton
4243 android : id =" @+id/fab_list"
4344 android : layout_width =" wrap_content"
8889
8990
9091 </RelativeLayout >
91-
92+
9293 <include layout =" @layout/bottom_sheet_nearby" />
9394
9495 <include
You can’t perform that action at this time.
0 commit comments