mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-06-11 02:53:23 +02:00
Fixed: Camera Rotation
This commit is contained in:
@ -11,10 +11,9 @@
|
||||
ScanResultCommand="{Binding ScannedCommand}"
|
||||
IsScanning="{Binding IsScanning}"
|
||||
Options="{Binding ScanOptions}"
|
||||
WidthRequest="300"
|
||||
HeightRequest="500"
|
||||
VerticalOptions="CenterAndExpand"
|
||||
HorizontalOptions="CenterAndExpand"/>
|
||||
VerticalOptions="FillAndExpand"
|
||||
HorizontalOptions="FillAndExpand"
|
||||
Margin="10"/>
|
||||
<Button Text="{x:Static resource_text:TextResource.CANCEL}" Command="{Binding CancelCommand}"/>
|
||||
</StackLayout>
|
||||
</ContentPage.Content>
|
||||
|
@ -11,10 +11,9 @@
|
||||
ScanResultCommand="{Binding ScannedCommand}"
|
||||
IsScanning="{Binding IsScanning}"
|
||||
Options="{Binding ScanOptions}"
|
||||
WidthRequest="300"
|
||||
HeightRequest="500"
|
||||
VerticalOptions="CenterAndExpand"
|
||||
HorizontalOptions="CenterAndExpand"/>
|
||||
VerticalOptions="FillAndExpand"
|
||||
HorizontalOptions="FillAndExpand"
|
||||
Margin="10"/>
|
||||
<Button Text="{x:Static resource_text:TextResource.CANCEL}" Command="{Binding CancelCommand}"/>
|
||||
</StackLayout>
|
||||
</ContentPage.Content>
|
||||
|
Reference in New Issue
Block a user