77 android : focusableInTouchMode =" true"
88 tools : context =" .fragments.ReportFragment" >
99
10- <android .support.design.widget.FloatingActionButton
11- android : id =" @+id/report_submit"
12- android : layout_width =" wrap_content"
13- android : layout_height =" match_parent"
14- android : layout_gravity =" end|bottom"
15- android : layout_marginBottom =" 10dp"
16- android : layout_marginEnd =" 10dp"
17- android : layout_marginRight =" 10dp"
18- android : src =" @drawable/ic_done"
19- app : backgroundTint =" @color/colorPrimary" />
20-
2110 <ScrollView
2211 android : layout_width =" match_parent"
2312 android : layout_height =" match_parent" >
295284 </android .support.v7.widget.LinearLayoutCompat>
296285 </ScrollView >
297286
287+ <android .support.design.widget.FloatingActionButton
288+ android : id =" @+id/report_submit"
289+ android : layout_width =" wrap_content"
290+ android : layout_height =" match_parent"
291+ android : layout_gravity =" end|bottom"
292+ android : layout_marginBottom =" 10dp"
293+ android : layout_marginEnd =" 10dp"
294+ android : layout_marginRight =" 10dp"
295+ android : src =" @drawable/ic_done"
296+ app : backgroundTint =" @color/colorPrimary" />
298297</android .support.design.widget.CoordinatorLayout>
0 commit comments