Closed mcferdev closed 6 years ago
So. Easiest that i thought. I am not on VS. So, can have some sintax errors.
Do like this :
<Grid>
<listview />
<fabbutton verticaloptions="End" HorizontalOptions="End" Margin="0,0,10,10" />
<Frame verticaloptions="End" HorizontalOptions="End" Margin="0,0,80,10" Opacity="0.5" BackGroundcolor="Black">
<Label Text="teste" VerticalOptions="Fill" HorizontalOptions="Fill" TextColor="White"/>
</Frame>
</Grid>
So, my Fab Button its working fine, but i need to put a label (caption) about what the button do like this.
How to do this ? My code: