mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-06-22 13:57:28 +02:00
Initial version which supports selecting bike by bike id.
This commit is contained in:
parent
e1e29da71a
commit
4394b6964a
6 changed files with 47 additions and 23 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue