Today i would like to show my first tutorial
In this tutorial i am going to tell you how to show the Floating Action Button on the left side of the screen.
So lets start:
Firts we have to get the Width of the screen using this block.
To position the Floating Action Button on the left side of the screen, we will divide the width of the screen by 1
The only problem is that this will hide the Floating Acttion Button
because it goes too far to the left side.
So we have to add - 70 the show it on the left side.
All Blocks put together
This will show the Floating Action Button on the left side of the screen.
Note: Keep in mind that it wont work verticaly when Title/Status Bar are set to true
So when I just use the width as the gravity the Floating Action Button isn’t visible(this happens on my phone) on the screen so i decreased it by 70 so it would be visible.