parent
f7aefd3eb4
commit
c9c169b739
@ -0,0 +1,32 @@
|
||||
<?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="AMC.View.Controls.IconLabelButtonWide">
|
||||
|
||||
<Frame HeightRequest="{StaticResource SpaceLXL}"
|
||||
WidthRequest="{StaticResource SpaceXXXL}"
|
||||
HorizontalOptions="Center"
|
||||
BackgroundColor="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray750}}"
|
||||
Margin="{StaticResource SpaceXS}"
|
||||
Padding="{StaticResource SpaceXS}"
|
||||
CornerRadius="{StaticResource SlightlyRoundedCorners}">
|
||||
|
||||
<StackLayout Orientation="Horizontal"
|
||||
HorizontalOptions="CenterAndExpand"
|
||||
VerticalOptions="CenterAndExpand"
|
||||
Spacing="{StaticResource SpaceXXS}">
|
||||
|
||||
<ImageButton x:Name="Button"
|
||||
HeightRequest="{StaticResource SpaceML}"
|
||||
WidthRequest="{StaticResource SpaceML}" />
|
||||
|
||||
<Label x:Name="ButtonLabel"
|
||||
FontSize="{StaticResource SubSubtitleFontSize}"
|
||||
HorizontalOptions="Center"
|
||||
VerticalOptions="Center"
|
||||
TextColor="{StaticResource Secondary}"/>
|
||||
</StackLayout>
|
||||
|
||||
</Frame>
|
||||
|
||||
</ContentView>
|
After Width: | Height: | Size: 6.4 KiB |
After Width: | Height: | Size: 8.7 KiB |
Loading…
Reference in new issue