Updated sample
This commit is contained in:
Родитель
26eb448c99
Коммит
eb8dcd9faf
Двоичные данные
src/WeatherApp/WeatherApp.GTK/Images/curve-mask.png
Двоичные данные
src/WeatherApp/WeatherApp.GTK/Images/curve-mask.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 1.4 KiB |
Двоичные данные
src/WeatherApp/WeatherApp.GTK/Images/shadow-overlay.png
Двоичные данные
src/WeatherApp/WeatherApp.GTK/Images/shadow-overlay.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 6.2 KiB |
|
@ -22,6 +22,7 @@
|
|||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
|
@ -105,9 +106,6 @@
|
|||
<Content Include="Images\clouds-background.jpg">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Images\curve-mask.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Images\moon.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
@ -120,9 +118,6 @@
|
|||
<Content Include="Images\reload.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Images\shadow-overlay.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Images\sun-background.jpg">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
|
|
@ -20,7 +20,7 @@ namespace WeatherApp.Converters
|
|||
case "01d":
|
||||
return "Images/sun.png";
|
||||
case "02n":
|
||||
case "02D":
|
||||
case "02d":
|
||||
case "04d":
|
||||
return "Images/cloud.png";
|
||||
case "10d":
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
RowSpacing="0"
|
||||
BackgroundColor="{StaticResource AccentColor}">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="150" />
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="*" />
|
||||
</Grid.RowDefinitions>
|
||||
|
@ -56,11 +56,6 @@
|
|||
Grid.RowSpan="3"
|
||||
Source="{Binding Condition, Converter={StaticResource BackgroundConverter}}"
|
||||
Style="{StaticResource BackgroundStyle}"/>
|
||||
<Image
|
||||
Grid.Row="0"
|
||||
Grid.RowSpan="3"
|
||||
Source="shadow-overlay.png"
|
||||
Style="{StaticResource BackgroundStyle}"/>
|
||||
<Grid
|
||||
Grid.Row="0">
|
||||
<Label
|
||||
|
@ -72,12 +67,6 @@
|
|||
Text="{Binding Condition}"
|
||||
Style="{StaticResource ConditionTextStyle}"/>
|
||||
</Grid>
|
||||
<Image
|
||||
Grid.Row="0"
|
||||
Aspect="Fill"
|
||||
Margin="0,-1,0,-1"
|
||||
Source="curve-mask.png"
|
||||
VerticalOptions="End"/>
|
||||
<Grid
|
||||
Grid.Row="1">
|
||||
<controls:HorizontalList
|
||||
|
|
Загрузка…
Ссылка в новой задаче