feat: complete UM Trace iOS and field UI integration
This commit is contained in:
15
FieldLogger/Views/Controls/FloatingMenuButton.xaml
Normal file
15
FieldLogger/Views/Controls/FloatingMenuButton.xaml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<ContentView xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
x:Class="FieldLogger.Views.Controls.FloatingMenuButton">
|
||||
<Button Text="☰" FontSize="24" FontAttributes="Bold"
|
||||
WidthRequest="56" HeightRequest="56" CornerRadius="28"
|
||||
Padding="0" Margin="16"
|
||||
BackgroundColor="{DynamicResource UlColorPrimary}"
|
||||
TextColor="{DynamicResource UlColorOnPrimary}"
|
||||
BorderColor="{DynamicResource UlColorSurfaceRaised}" BorderWidth="2"
|
||||
Clicked="OnMenuClicked"
|
||||
SemanticProperties.Description="Open UM Trace menu"
|
||||
MinimumHeightRequest="{StaticResource UlTouchComfortable}"
|
||||
MinimumWidthRequest="{StaticResource UlTouchComfortable}" />
|
||||
</ContentView>
|
||||
Reference in New Issue
Block a user