Initial version which supports selecting bike by bike id.

This commit is contained in:
Oliver Hauff 2021-07-14 20:39:47 +02:00
parent e1e29da71a
commit 4394b6964a
6 changed files with 47 additions and 23 deletions

View file

@ -11,9 +11,14 @@
<ContentPage.Content>
<Frame>
<StackLayout>
<Label Text="Welcome to Xamarin.Forms!"
VerticalOptions="CenterAndExpand"
HorizontalOptions="CenterAndExpand" />
<Entry
Placeholder="Bike id hier eingeben"
Text="{Binding BikeIdUserInput}">
</Entry>
<Button
Text="Wählen"
Command="{Binding OnSelectBikeRequest}">
</Button>
<ListView
x:Name="FindBikeListView"
SelectionMode="None"