Üzenetküldés frontenden
This commit is contained in:
@@ -5,20 +5,46 @@
|
||||
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>
|
||||
|
||||
<Shell.TitleView>
|
||||
<Grid Padding="2" VerticalOptions="Center">
|
||||
<Label Text="Főmenü"
|
||||
FontSize="22"
|
||||
FontAttributes="Bold"
|
||||
VerticalOptions="Center"
|
||||
HorizontalOptions="Start" />
|
||||
<HorizontalStackLayout
|
||||
VerticalOptions="Center"
|
||||
HorizontalOptions="End"
|
||||
Spacing="5">
|
||||
<Frame CornerRadius="1"
|
||||
Padding="5"
|
||||
HasShadow="True"
|
||||
VerticalOptions="Center"
|
||||
HorizontalOptions="End">
|
||||
<Label x:Name="DeviceId"
|
||||
FontSize="10"
|
||||
TextColor="Black"/>
|
||||
</Frame>
|
||||
<Frame CornerRadius="1"
|
||||
Padding="5"
|
||||
HasShadow="True"
|
||||
VerticalOptions="Center"
|
||||
HorizontalOptions="End">
|
||||
<Label x:Name="UserInfo"
|
||||
FontSize="10"
|
||||
FontAttributes="Bold"
|
||||
TextColor="Black"/>
|
||||
</Frame>
|
||||
</HorizontalStackLayout>
|
||||
</Grid>
|
||||
</Shell.TitleView>
|
||||
<Grid RowDefinitions="Auto, * , Auto" Padding="30,0">
|
||||
|
||||
<ScrollView Grid.Row="1"
|
||||
Padding="25">
|
||||
<VerticalStackLayout Spacing="25">
|
||||
<Frame BorderColor="Gray"
|
||||
<Frame x:Name="AdminFrame"
|
||||
BorderColor="Gray"
|
||||
Padding="5"
|
||||
CornerRadius="10"
|
||||
Margin="1"
|
||||
@@ -91,7 +117,7 @@
|
||||
</Frame>
|
||||
|
||||
</Grid>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ContentPage>
|
||||
|
||||
Reference in New Issue
Block a user