|
|
|
@ -394,6 +394,23 @@
|
|
|
|
|
<Setter Property="VerticalOptions" Value="Center"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Button" x:Key="popupButton">
|
|
|
|
|
<Setter Property="FontSize" Value="30"/>
|
|
|
|
|
<Setter Property="BorderColor" Value="{StaticResource Secondary}"/>
|
|
|
|
|
<Setter Property="BorderWidth" Value="2"/>
|
|
|
|
|
<Setter Property="HorizontalOptions" Value="Center"/>
|
|
|
|
|
<Setter Property="VerticalOptions" Value="Center" />
|
|
|
|
|
<Setter Property="Background" Value="{StaticResource Transparent}"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Grid" x:Key="popupGrid">
|
|
|
|
|
<Setter Property="Background" Value="{StaticResource Tertiary}"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Entry" x:Key="popupEntry">
|
|
|
|
|
<Setter Property="VerticalOptions" Value="Center"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Button" x:Key="followButton">
|
|
|
|
|
<Setter Property="Text" Value="Suivre"/>
|
|
|
|
|
<Setter Property="Background" Value="{StaticResource Transparent}"/>
|
|
|
|
@ -405,15 +422,6 @@
|
|
|
|
|
<Setter Property="Margin" Value="10"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Button" x:Key="popupButton">
|
|
|
|
|
<Setter Property="FontSize" Value="30"/>
|
|
|
|
|
<Setter Property="BorderColor" Value="{StaticResource Secondary}"/>
|
|
|
|
|
<Setter Property="BorderWidth" Value="2"/>
|
|
|
|
|
<Setter Property="HorizontalOptions" Value="Center"/>
|
|
|
|
|
<Setter Property="VerticalOptions" Value="Center" />
|
|
|
|
|
<Setter Property="Background" Value="{StaticResource Transparent}"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="ImageButton" x:Key="addButton">
|
|
|
|
|
<Setter Property="Source" Value="add_white.png"/>
|
|
|
|
|
<Setter Property="Background" Value="{StaticResource Transparent}"/>
|
|
|
|
|