File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 116116 style =" @style/Widget.MaterialComponents.FloatingActionButton"
117117 android : layout_width =" wrap_content"
118118 android : layout_height =" wrap_content"
119- android : layout_gravity =" center_vertical|start "
119+ android : layout_gravity =" bottom|end "
120120 android : layout_margin =" @dimen/fab_margin"
121121 android : tint =" @android:color/white"
122122 app : isGone =" @{viewModel.isPlanted}"
123123 app : layout_anchor =" @id/plant_detail_scrollview"
124- app : layout_anchorGravity =" top |end"
124+ app : layout_anchorGravity =" bottom |end"
125125 app : srcCompat =" @drawable/ic_plus" />
126126
127127 </android .support.design.widget.CoordinatorLayout>
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ buildscript {
2929 gradleVersion = ' 3.2.0-beta05'
3030 gsonVersion = ' 2.8.2'
3131 junitVersion = ' 4.12'
32- lifecycleVersion = ' 1.1.1'
33- navigationVersion = ' 1.0.0-alpha05'
3432 kotlinVersion = ' 1.2.60'
3533 ktlintVersion = ' 0.24.0'
3634 ktxVersion = ' 0.3'
35+ lifecycleVersion = ' 1.1.1'
36+ navigationVersion = ' 1.0.0-alpha05'
3737 roomVersion = ' 1.1.1'
3838 runnerVersion = ' 1.0.1'
3939 supportLibraryVersion = ' 28.0.0-rc01'
You can’t perform that action at this time.
0 commit comments