diff --git a/TINK/TINK.Android/Properties/AndroidManifest.xml b/TINK/TINK.Android/Properties/AndroidManifest.xml index 744dca1..522ded0 100644 --- a/TINK/TINK.Android/Properties/AndroidManifest.xml +++ b/TINK/TINK.Android/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@  - + diff --git a/TINK/TINK.iOS/Info.plist b/TINK/TINK.iOS/Info.plist index af5b72a..ffa6ace 100644 --- a/TINK/TINK.iOS/Info.plist +++ b/TINK/TINK.iOS/Info.plist @@ -49,8 +49,8 @@ CFBundleDisplayName sharee.bike CFBundleVersion - 240 + 241 CFBundleShortVersionString - 3.0.240 + 3.0.241 diff --git a/TINK/TINK/TINK.projitems b/TINK/TINK/TINK.projitems index 6704967..20154bf 100644 --- a/TINK/TINK/TINK.projitems +++ b/TINK/TINK/TINK.projitems @@ -29,6 +29,7 @@ ILockItBike.xaml Code + FeedbackPopup.xaml Code diff --git a/TINK/TINK/View/BikesAtStation/BikesAtStationPage.xaml b/TINK/TINK/View/BikesAtStation/BikesAtStationPage.xaml index 9508b1d..d443aab 100644 --- a/TINK/TINK/View/BikesAtStation/BikesAtStationPage.xaml +++ b/TINK/TINK/View/BikesAtStation/BikesAtStationPage.xaml @@ -1,9 +1,10 @@  + xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" + x:Class="TINK.View.BikesAtStation.BikesAtStationPage" + xmlns:local_bike="clr-namespace:TINK.View.Bike" + xmlns:resources="clr-namespace:TINK.MultilingualResources;assembly=TINKLib" + Title="{Binding Title}"> @@ -11,7 +12,8 @@ - + - -