Megy a program letöltése is...
This commit is contained in:
@@ -5,6 +5,14 @@
|
||||
Title="Főmenü"
|
||||
BackgroundColor="#f0f0f0">
|
||||
|
||||
<ContentPage.ToolbarItems>
|
||||
<ToolbarItem x:Name="DeviceId"
|
||||
Text="MK001"
|
||||
Order="Primary"
|
||||
Priority="0" />
|
||||
<!--<ToolbarItem Text="Gomb" Order="Primary" Priority="1" Clicked="OnButtonAction" />-->
|
||||
</ContentPage.ToolbarItems>
|
||||
|
||||
<Grid RowDefinitions="Auto, * , Auto" Padding="30,0">
|
||||
|
||||
<ScrollView Grid.Row="1"
|
||||
@@ -17,6 +25,12 @@
|
||||
HasShadow="True">
|
||||
<VerticalStackLayout>
|
||||
<Label Text="Alapműveletek" FontAttributes="Bold" FontSize="Medium" HorizontalOptions="Center" />
|
||||
<Button
|
||||
x:Name="DownloadAPK" Margin="5"
|
||||
Text="Program letöltése"
|
||||
SemanticProperties.Hint="Program letöltése"
|
||||
Clicked="OnButtonDownloadAPK"
|
||||
HorizontalOptions="Fill" />
|
||||
<Button
|
||||
x:Name="ButtonSync" Margin="5"
|
||||
Text="Adatok szinkronizálása"
|
||||
@@ -77,5 +91,7 @@
|
||||
</Frame>
|
||||
|
||||
</Grid>
|
||||
|
||||
|
||||
|
||||
|
||||
</ContentPage>
|
||||
|
||||
Reference in New Issue
Block a user