Update shown URL after Login
This commit is contained in:
@@ -18,13 +18,12 @@
|
||||
|
||||
|
||||
<Label Text="{Binding Message}" HeightRequest="40" />
|
||||
<Label Text="{Binding Server}" HeightRequest="40" Margin="0,0,0,40" />
|
||||
<Label x:Name="ServerLabel" Text="{Binding Server}" HeightRequest="40" Margin="0,0,0,40" />
|
||||
|
||||
<zxing:CameraBarcodeReaderView x:Name="barcodeScannerView"
|
||||
BarcodesDetected="BarcodesDetected"
|
||||
HorizontalOptions="FillAndExpand"
|
||||
VerticalOptions="FillAndExpand"/>
|
||||
|
||||
</VerticalStackLayout>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user